-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (73 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
100 lines (73 loc) · 1.58 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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html >
<!--Hey waarom ben jij naar mijn code aan het kijken?
Dit project is gemaakt op basis van een jquery library.
jquery.min.js
Oke...
Doei!
Ben je er nu nog steeds?
shiiit
..............
.............
............
...........
.........
........
.......
......
.....
....
...
..
.
Wist jij dat → in html een pijl naar rechts maakt?
Nee?
Toch nog wat geleerd vandaag :')
................
...............
..............
.............
............
...........
.........
........
.......
......
.....
....
...
..
.
-->
<head>
<meta charset="UTF-8">
<title>Innovatie Zinnen Generator</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Innovatie Zinnen Generator</title>
<link rel="stylesheet" href="quote.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto|Roboto+Condensed: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>INNOVATIE GENERATOR V0.0.2</h2>
<div id="quoteContainer">
<p></p>
<p id="quoteGenius"></p>
</div><!--end quoteContainer-->
<div id="buttonContainer">
<a href="#" id="quoteButton">INNOVEER!</a>
</div><!--end buttonContainer-->
<h5>© LUC CLEUTJENS - 2015</h5>
</div><!--end container-->
</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>