diff options
| author | cylex <joshua.schwark@refactorsoftware.com> | 2019-01-07 14:14:37 -0500 |
|---|---|---|
| committer | cylex <joshua.schwark@refactorsoftware.com> | 2019-01-07 14:14:37 -0500 |
| commit | c20c1d93be4555b3901dd79bcd8dcafcfa51d863 (patch) | |
| tree | f1e88f780aed85f605da21dd4db56848592cd6ab /index.html | |
| parent | d7ba3113893cc8d6b747c6817370d026e02703d5 (diff) | |
| download | silicon-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.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> |
