blob: 3794fc2fb847a0b1f5d6d5588c5a37bf2c9ee039 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<style>
html {
width: 320px;
}
</style>
<center>
<div id="buttonList"></div>
</center>
<br>
<small>
Created By: <a href="https://www.domdit.com">Dominic DiTaranto</a> |
<a href="https://www.domdit.com/donate">Donate</a> |
v.1.0
</small>
<script src="buttonList.js"></script>
</body>
</html>
|