diff options
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%"> |