-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (22 loc) · 849 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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Waste a GUID</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<div class="main">
<h1>Waste a GUID</h1>
<p>Make one less GUID available for the rest of us</p>
<p id="GUID" class="GUID">00000000-0000-0000-0000-000000000000<p>
<button id="generateGUID" onclick="generateGUID();">Generate</button>
</div>
<footer>
© 2024 William Bohrer. Licensed under the <a href="https://github.com/willbohrer/waste-a-guid/blob/main/LICENSE">MIT License</a>.
</footer>
</body>
</html>