From ab1dd34b6abe519f8c2a9d74c170dee7b8ed6769 Mon Sep 17 00:00:00 2001 From: nathansmith <nathansmith@posteo.com> Date: Thu, 1 May 2025 21:13:49 -0600 Subject: A good amount of bsyn principles added --- template.html | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'template.html') 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%"> -- cgit v1.2.3