-
Notifications
You must be signed in to change notification settings - Fork 0
/
notreally.html
57 lines (48 loc) · 2.35 KB
/
notreally.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Not really</title>
<meta name="None of your business" content="">
<meta name="Nobody" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/site.css">
<script src="js/site.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="navBar" id="mainNavBar">
<a href="/">No</a>
<a href="/notreally.html">Not really</a>
<a href="/nothanks.html">No thank you</a>
<a href="/pleaseleave.html">Leave please</a>
<a href="javascript:void(0);" class="icon" onClick="openDrawerMenu()">☰</a>
<!--☰ is the code for the 3 line menu button-->
</div>
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h1>Not really interested</h1>
<p>Can you maybe just not because you know.</p>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>