-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (40 loc) · 1.5 KB
/
index.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
58
59
60
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Piss A Vegan!</title>
<meta property="og:title" content="Piss A Vegan!" />
<meta property="og:description" content="Do you have an annoying vegan friend? Get a quote to piss him off!" />
<meta property="og:image" content="http://youhadmeatok.github.io/pissavegan/featured.png" />
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="http://youhadmeatok.github.io/pissavegan/favico.png"/>
</head>
<body>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Piss A Vegan!</title>
<link rel="stylesheet" href="quote.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
<script src="jquery-1.11.2.min.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<h2>Get A Quote To Piss A Vegan!</h2>
<div id="quoteContainer">
<p></p>
<p id="quoteGenius"></p>
</div><!--end quoteContainer-->
<div id="buttonContainer">
<a href="#" id="quoteButton">Give Me A Quote!</a>
</div><!--end buttonContainer-->
</div><!--end container-->
<footer>
<small><a href="http://youhadmeatok.github.io/pissavegan/disclaimer">DISCLAIMER</a> <br> © 2016 | João Sousa </small>
</footer>
</body>
</html>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>