-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.02 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
32
33
34
35
36
37
<html>
<head>
<link type="text/css" rel="stylesheet" href="/style/style.css"></script>
</head>
<body>
<div class="content">
<div class="header-super">
<div class="header">
a dan shipper project<br>
<div id="nav">
<a href="/">home</a> - <a href="/about">about</a> - <a href="/contact">contact</a>
</div>
</div>
</div>
<div id="logo"><a href="/"><img src="/images/logo.png"/></a></div><br>
<div class="right-column">
<div id="center">
And a little less time reading these:<br>
<img src="images/emails.png"/>
</div>
</div>
<div class="left-column">
<div id="center">
Helping you spend a little more time reading these:<br>
<img src="images/books.png"/>
</div>
</div>
<center>
<img src="images/slogan.png"/>
</center>
<form action="/search" method="get">
<div><input type="textarea" name="q"/></div>
<div><input type="submit" value="Search!"/></div>
</form>
</div> <!--end content -->
</body>
</html>