Add Jisho.org functionality to front-end
This commit is contained in:
parent
eb002c63e1
commit
6a968bfd51
3 changed files with 36 additions and 5 deletions
|
@ -9,8 +9,13 @@
|
|||
<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>
|
||||
<div id="split">
|
||||
<div>
|
||||
<div id="shiritori"></div>
|
||||
<input id="shiritori-input" onfocusout="setTimeout(() => this.focus(), 100)" autofocus>
|
||||
</div>
|
||||
<iframe src="https://jisho.org"></iframe>
|
||||
</div>
|
||||
<p id="shiritori-players"></p>
|
||||
</div>
|
||||
<script src="shiritori.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue