-
Notifications
You must be signed in to change notification settings - Fork 2
/
vocab.html
39 lines (35 loc) · 1.29 KB
/
vocab.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
37
38
39
<html>
<head>
<link href="style.css" media="screen" rel="stylesheet" type="text/css">
<link href="custom.css" media="screen" rel="stylesheet" type="text/css">
<script src="jquery.js"></script>
<script src="main.js"></script>
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<title class="page-title"></title>
</head>
<body>
<div class="text-center u-padding-T-xl u-margin-T-xl" style="margin-bottom:-74px;">
<h1 class="u-padding-T-xl">
<p class="loading">Loading your word...</p>
<b id="word"></b>
<span id="pronounce" class="player player-ready"></span>
</h1>
<audio src="" style="display:none;" class="audio-playback"></audio>
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h4 id="definition"></h4>
<p id="sentence"></p>
</div>
</div>
</div>
<footer class="footer" style="position:fixed;bottom:0;width:100%;">
<img src="/images/logo.png" alt="WordGame by Duckling Labs" width=50 height=50>
<br><br>
<small>Practice vocabulary like a champ.</small>
<br>
<a href="http://wordgame.ducklinglabs.com">wordgame.ducklinglabs.com</a>
</footer>
</div>
</body>
</html>