-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobstructer.html
More file actions
32 lines (28 loc) · 1.14 KB
/
Copy pathobstructer.html
File metadata and controls
32 lines (28 loc) · 1.14 KB
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>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Obstructer</title>
</head>
<body>
<section id="obstructer_1">
<h3 id="obstructertitle">Obstructer</h3>
<p id="obstructerdesc">Privacy simplified</p>
</section>
<section id="obstructer-parallax-container" data-type="background" data-speed="10">
<article></article>
</section>
<section id="obstructer-parallax" data-type="background" data-speed="10">
<article></article>
</section>
</body>
</html>