-
Notifications
You must be signed in to change notification settings - Fork 2
/
sig.html
23 lines (23 loc) · 1.03 KB
/
sig.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Signifier</title>
<link rel="icon" type="image/png" href="images/icon.png"></link>
<link href='http://fonts.googleapis.com/css?family=Fredoka+One' rel='stylesheet' type='text/css'></link>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
<link rel="stylesheet" type="text/css" href="css/main.css"></link>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="scripts/jquery.color.js"></script>
<script type="text/javascript" src="scripts/sigsite.js"></script>
</head>
<body>
<div class="container">
<div class="main">
<h1><span>Yo dawg, I heard you liked the internet so we...</span></h1>
<p class="p1"><span>Make pages mean more through linking to other ones.</span></p>
</div>
<div class="lowerright">
<p class="p2"><span><a href="https://chrome.google.com/webstore/detail/jhlhfdneiofndbckbckloidbafpkagfb" target="_blank">get it here!</a></span></p>
</div>
</div>
</body>
</html>