aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html45
1 files changed, 24 insertions, 21 deletions
diff --git a/template.html b/template.html
index 9f1893f..cb95c38 100644
--- a/template.html
+++ b/template.html
@@ -1,31 +1,34 @@
<!DOCTYPE html>
<html>
-
<head>
- <title></title>
-
-<style>
+ <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; }
+ body {
+ color: black;
+ background-image: url('');
+ }
-</style>
+ 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>
+ <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>