Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
638 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>shiritori</title>
<link rel="icon" type="image/x-icon" href="https://tegakituesday.com/favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="content">
<h1><ruby><rp>(</rp><rt></rt><rp>)<rp></ruby>ちゃん<span style="font-size: 0.75em"></span>しりとり</h1>
<div id="shiritori"></div>
<input id="shiritori-input" onfocusout="setTimeout(() => this.focus(), 100)" autofocus>
<p id="shiritori-players"></p>
</div>
<script src="shiritori.js"></script>
</body>
</html>