-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 958 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="favicon.png" sizes="16x16">
<title></title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
</head>
<body>
<div>
<button>Hubly Bubly!</button>
<h1></h1>
</div>
<footer>
Made by <a href="https://github.com/scotiam" target="_blank">Scotia Morris</a>. Inspired by <a href="https://github.com/stuffedmeow" target="_blank">stuffo</a>. Base Code via <a href="https://www.fwait.com/how-to-pick-a-random-element-from-an-array-in-javascript/" target="_blank">fwait</a>.
</footer>
<script src="script.js"></script>
</body>
</html>