aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-23 07:43:34 -0600
committernathansmith <nathansmith@posteo.com>2025-05-23 07:43:34 -0600
commit4e749697600bab526b1cf51bcca493f6d31d2e34 (patch)
tree10a0274c96667d1482dd7f07d768feaf518d6187 /template.html
parentd194694f31002068868a378d121ed0e2db01c378 (diff)
Almost done with this stupidness
Diffstat (limited to 'template.html')
-rw-r--r--template.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/template.html b/template.html
deleted file mode 100644
index cb95c38..0000000
--- a/template.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title></title>
- <style>
-
- body {
- color: black;
- background-image: url('');
- }
-
- table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
- }
-
- </style>
-</head>
-<body>
- <a href="index.html"><img src="images/back_home.png" alt=
- "Back to home page"></a>
- <center>
- <table border="1" width="60%">
- <tr>
- <td></td>
- </tr>
- </table>
- </center>
-</body>
-</html>