-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 915 Bytes
/
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
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>E'z</title>
<link rel="stylesheet" href="./css/font-awesome.min.css"/>
<link rel="stylesheet" href="./css/style.css"/>
<script src="./js/util.js"></script>
<script src="./js/ez.js"></script>
<script src="./config.js"></script>
<!--<script src="./config.sample.js"></script>-->
</head>
<body>
<header>
<h1>no title</h1>
<p>空欄に当てはまる単語・文章を入力してください。</p>
</header>
<main></main>
<footer>
<button id="btn-revail" value="hoge">
<span>Show answers</span>
<i class="fa fa-eye"></i>
</button>
<button id="btn-clear">
<span>Hide answers</span>
<i class="fa fa-eye-slash"></i>
</button>
<button id="btn-up">
<span>Scroll to top</span>
<i class="fa fa-arrow-up"></i>
</button>
<p>© 2017 wassan128</p>
</footer>
</body>
</html>