-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (31 loc) · 1.38 KB
/
index.html
File metadata and controls
36 lines (31 loc) · 1.38 KB
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">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Duma</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="duma.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
<link rel="shortcut icon" href="https://www.dropbox.com/s/qoli7vjzc3p0q8f/favicon-sun-o.ico?dl=1" type="image/x-icon" />
<script src="https://use.fontawesome.com/58bcbed17c.js"></script>
</head>
<body>
<div id="date" class="font shadedbg">
<!--<i class="fa fa-heart-o"></i>-->
</div>
<!--<p id="favorites" class="shadedbg">favorites</p>
<div id="fave-panel"></div>-->
<div id="all" class="font centered shadedbg">
<a id="link" href="#" target="_blank"><div id="word"></div></a>
<div id="pronun"></div>
<div id="defin"></div>
<br>
<br>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="duma.js"></script>
</body>
</html>