diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-08-23 23:32:26 -0400 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-08-23 23:32:26 -0400 |
commit | 26ee0a64973a16584f8d51686ab357acfd526ee9 (patch) | |
tree | 38401cbf5e8d6fd05e879782b64189d9368edc1d /index.html |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3794fc2 --- /dev/null +++ b/index.html @@ -0,0 +1,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>
\ No newline at end of file |