aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-03-19 04:10:37 -0600
committernathansmith <nathansmith@posteo.com>2025-03-19 04:10:37 -0600
commitefd9300d3c36e5cff9eb2a461acd2ffa330d0847 (patch)
treee051cfed7f750f250225dd4f38166133fcfd8726 /template.html
parent9a1afd9793f07746e023897b081f3417f0747df6 (diff)
https stuff
Diffstat (limited to 'template.html')
-rw-r--r--template.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/template.html b/template.html
new file mode 100644
index 0000000..f4353e0
--- /dev/null
+++ b/template.html
@@ -0,0 +1,39 @@
+<!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>