shiritori minimum viable product
This commit is contained in:
parent
430702f1c5
commit
3b0e75b7a1
6 changed files with 1455 additions and 2 deletions
18
demo/index.html
Normal file
18
demo/index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue