-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.html
32 lines (22 loc) · 923 Bytes
/
header.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="UTF-8" />
<!--Don't forget to fill these out!-->
<title></title>
<meta name="description" content="Description for site goes here." />
<!--Links to the main Style Sheet-->
<link href="style.css" rel="stylesheet" type="text/css" />
<!--Links to a modernizer JavaScript file that fixes a lot of issues with old browsers-->
<script src="js/modernizr.js"></script>
<!--Makes the site so it won't scale down on small devices -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<div id="media" >
<div class="image"></div>
<div class="revealer"></div>
</div>
</body>
<script type="text/javascript" src="action.js"></script>
</html>