Skip to content

Instantly share code, notes, and snippets.

@genya0407
Created March 27, 2016 10:56
Show Gist options
  • Save genya0407/b6507d757265fc14902e to your computer and use it in GitHub Desktop.
Save genya0407/b6507d757265fc14902e to your computer and use it in GitHub Desktop.
<!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