forked from Ontraport/frontend-interview-test-short
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 708 Bytes
/
index.html
File metadata and controls
30 lines (27 loc) · 708 Bytes
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
<!DOCTYPE HTML >
<html>
<head>
<title>The network</title>
<link rel="stylesheet" type="text/css" href="normalize.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="burleson.css" />
</head>
<body>
<div id="header">
<div id="logo">
<img src="images/logo.png" alt="the network"/>
</div>
<div id="search">
<form method="get" action="#">
<input type="text" name="post" placeholder="thoughts?"/>
<button>Post</button>
</form>
</div>
<br>
</div>
<div id="page">
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="./burleson.js"></script>
</body>
</html>