-
Notifications
You must be signed in to change notification settings - Fork 57
/
index.html
28 lines (22 loc) · 1 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
<html lang="en">
<head>
<title>What The Fork?</title>
<link rel="icon" href="asset/img/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/hover.css">
</head>
<body>
<div class="fill top">
<img class="center banner" id="easter-egg" src="assets/img/wtforkbanner.png">
<p class="center repo-desc"> Add your fork-related puns for an easy <a href="https://hacktoberfest.digitalocean.com/">#Hacktoberfest</a> pull request!</p><br />
<a class="center repo-link" href="https://github.com/Cutwell/What-The-Fork"> Instructions </a>
</div>
<div class="fill bottom">
<h2 class="center pun-title" id="pun-count"></h2><br />
<p class="center pun-item" id="new-pun"></p><br />
<a class="center repo-link new-pun" onclick="newPun()"> New Pun </a>
</div>
<script src="assets/js/get_puns.js"></script>
</body>
</html>