-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Etsy Proj</title>
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/typeplate/1.1.2/typeplate.min.css">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/normalize/3.0.1/normalize.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div class="header">
<!--<h1>Affluentsy</h1>-->
<img src="img/logo.png">
</div>
<div class="menuBar"><!--Search by price--></div>
<div class="mainBody">
<div class="mainArea"></div>
</div>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/path.js/0.8.4/path.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>