-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.html
32 lines (28 loc) · 1.21 KB
/
start.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 lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css" media="all">
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
</head>
<body class="start">
<div class="hey">
<h1>hipsterbrowser</h1>
<p>enter the url to browse</p>
</div>
<div id="social">
<a href="https://twitter.com/share" class="twitter-share-button"
data-text="feel like a hipster browsing the web: http://hipster.aebersold.me/"
data-via="saebersold"
data-related="saebersold:Developer"
data-lang="en"
data-url="hipster.aebersold.me"
data-dnt="true">Tweet this</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div id="copy">
<p>created by <a href="http://aebersold.me" target="_blank">simon aebersold</a></p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
</body>
</html>