-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (30 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Chuck Norris Facts Ipsum Generator</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Passion+One:700" rel="stylesheet"> <link rel="stylesheet" href="assets/style.css"/>
</head>
<body>
<div class="wrapper">
<div class="container">
<h1>
<span class="big">Chuck Norris Facts</span>
<span class="small">Ipsum Generator</span>
</h1>
<a href="#" class="button">Generate Ipsum</a>
<div id="content"></div>
<footer>
<p class="author">made for fun by <a href="https://github.com/VincentLoy">Vincent Loy</a></p>
<div class="github-buttons">
<iframe src="https://ghbtns.com/github-btn.html?user=vincentloy&repo=chuck_facts_ipsum&type=fork&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=vincentloy&repo=chuck_facts_ipsum&type=watch&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=vincentloy&type=follow&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
</div>
</footer>
</div>
</div>
<script src="chuck_ipsum_generator.js"></script>
</body>
</html>