-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 956 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="font-awesome-4.2.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="style.css" media="all">
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="vendor/buzz.js"></script>
<script src="main-dom.js"></script>
<title>The Hitchhiker's Guide to the Galaxy</title>
</head>
<body>
<div class="guide-header">The Hitchhiker's Guide to the Galaxy</div>
<div class="search-row">
<form class="search-form" action="javascript: void 0">
<input class="search-box" size=30>
</form>
<div class="stop-reading">
<!--<i class="fa-stop"></i>-->
<span> X </span>
</div>
</div>
<div class="result-display">
<div class="text-container">
</div>
</div>
</body>
</html>