diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-01 21:13:49 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-01 21:13:49 -0600 |
commit | ab1dd34b6abe519f8c2a9d74c170dee7b8ed6769 (patch) | |
tree | 80c22cc8cd789c4900b09ce711146dc939bc26c4 /template.html | |
parent | b1fa964e7b6a8348b5b925d1cd17bd644f28ee61 (diff) |
A good amount of bsyn principles added
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/template.html b/template.html index f4353e0..9f1893f 100644 --- a/template.html +++ b/template.html @@ -6,26 +6,18 @@ <style> -body { - color: black; - background-image: url(''); -} +body { color: black; background-image: url(''); } -table { - color: black; - background-color: #bebebe; - margin-top: 10px; - margin-bottom: 10px; - margin-left: 10px; - margin-right: 10px; -} +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> + <a href="index.html"><img src="images/back_home.png" alt="Back to home + page"/></a> <center> <table border="1" width="60%"> |