diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -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> |
