summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html25
1 files changed, 12 insertions, 13 deletions
diff --git a/index.html b/index.html
index 451fae6..29c945e 100644
--- a/index.html
+++ b/index.html
@@ -1,17 +1,16 @@
---
project: Silicon Linux
---
+<html>
+ <head>
+ {% include heading.html %}
+ <title>Silicon Linux</title>
+ </head>
+ <body>
+ {% include navigator.html %}
+ <h1 class ="title">Silicon Linux</h1>
+ <p class="center"><i>This website is under construction. Content will come soon.</i></p>
-<HTML>
- <HEAD>
- {% include heading.html %}
- <TITLE>Silicon Linux</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.html %}
-<h1 class ="title">Silicon Linux</h1>
-<p class="center"><i>This website is under construction. Content will come soon.</i></p>
-
- {% include footer.html %}
-</BODY>
-</HTML>
+ {% include footer.html %}
+ </body>
+</html>