-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Youtuberのタイトルクエスト</title>
<!-- minify -->
<link href="./css/nes.min.css" rel="stylesheet" />
<link href="./style.css" rel="stylesheet" />
</head>
<body>
<section class="container with-title is-center">
<div class="message -rihgt">
<p class="balloon">おお ゆーちゅーばーよ どうが たいとるを おもいつかないとは なさけない。<br>たんごを ひとつ にゅうりょくして たいとるを せいせい しなさい。</p>
</div>
<div>
<input type="text" placeholder="マインクラフト" id="js-word" class="input" >
<button type="button" id="js-title-button" class="btn" onclick="generateTitle();">せいせい</button>
</div>
<div id="title"></div>
<div>
<button type="button" id="js-video-button" class="btn" onclick="getVideos();" style="display:none;">さんこう どうがを ひょうじする</button>
</div>
<div id="videos"></div>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</section>
<script src="underscore-min.js"></script>
<script src="index.js?v=4"></script>
</body>
</html>