-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetChrome.html
31 lines (22 loc) · 1022 Bytes
/
getChrome.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Kanye wants chrome</title>
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/typeface.css" rel="stylesheet" type="text/css" />
<link href="css/protectStyles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js" ></script>
</head>
<body>
<section id="getChrome">
<div class="container">
<div id="chromeIcon"></div>
<h1>Kanye uses chrome,<br/>you should too</h1>
<a id="button" href="https://www.google.com/chrome/browser/desktop/index.html"><h2>GET CHROME</h2></a>
</div>
</section>
<script type="text/javascript" src="js/custom_behaviors.js"></script>
</body>
</html>