-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 954 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foundation | Welcome</title>
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="row">
<div class = "small-2 column panel"> <img src= "http://www.geckorecruitment.com/wp-content/uploads/2013/10/smiley_face.jpg" WIDTH= "15" HEIGHT= "0.08"> </div>
<div class = "small-4 column panel">Main</div>
<div class = "small-4 column panel">About</div>
<div class = "small-2 column panel"> <img src= "http://www.emofaces.com/en/emoticons/c/curly-hair-emoticon.gif" WIDTH= "15" HEIGHT= "0.08"> </div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>