summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcylex <joshua.schwark@refactorsoftware.com>2019-01-07 14:14:37 -0500
committercylex <joshua.schwark@refactorsoftware.com>2019-01-07 14:14:37 -0500
commitc20c1d93be4555b3901dd79bcd8dcafcfa51d863 (patch)
treef1e88f780aed85f605da21dd4db56848592cd6ab /index.html
parentd7ba3113893cc8d6b747c6817370d026e02703d5 (diff)
downloadsilicon-linux-c20c1d93be4555b3901dd79bcd8dcafcfa51d863.tar.gz
silicon-linux-c20c1d93be4555b3901dd79bcd8dcafcfa51d863.tar.bz2
silicon-linux-c20c1d93be4555b3901dd79bcd8dcafcfa51d863.zip
Fix code indentation and tag capitalization
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>