-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 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
<!DOCTYPE html>
<head>
<title>Snooker Commentary Generator</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" href="favicon.png">
<script src="app.js"></script>
</head>
<body>
<main>
<h2 id="number">#147</h2>
<h1 id="quote">Where's the JavaScript going!?<span>Please enable JavaScript.</span></h1>
<a href="javascript:nextShot();">Next Shot</a>
<script>breakOff();</script>
</main>
<aside>
<a href="https://github.com/doersino/snooker-commentary-generator">View on GitHub</a> or <a href="https://github.com/doersino/snooker-commentary-generator/blob/master/CONTRIBUTING.md">make a suggestion</a>.
</aside>
</body>