Created
March 27, 2016 10:56
-
-
Save genya0407/b6507d757265fc14902e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE> | |
<html lang='ja'> | |
<head> | |
<title>突然の死ジェネレーター(GHCJS版)</title> | |
</head> | |
<body> | |
<textarea name="input" id="input" cols="45" rows="8" class="form-control" placeholder='突然の死'></textarea> | |
<textarea name="output" id="output" cols="45" rows="8" class="form-control"> | |
_人人人人人人_ | |
> 突然の死 < | |
 ̄Y^Y^Y^Y^Y ̄</textarea> | |
<script src='./all.js'></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment