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 /about.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 'about.html')
| -rw-r--r-- | about.html | 39 |
1 files changed, 19 insertions, 20 deletions
@@ -1,24 +1,23 @@ --- project: Silicon Linux --- +<html> + <head> + {% include heading.html %} + <title>About Silicon Linux</title> + </head> + <body> + {% include navigator.html %} + <h1>About Us</h1> + <p><b>Twitter: <a href="https://twitter.com/silicon_linux">silicon_linux</a></b></p> + <p><b>Github: <a href="https://github.com/silicon-linux">Silicon Linux</a></b><p> + <p><b>Discord: <a href="https://discord.gg/QbuuAF5"><img src="https://img.shields.io/discord/502598767510290432.svg?colorB=7289DA&label=discord" alt="Discord Badge"></a></b></p> + <h1>Contact Us</h1> + <p>Any problems: <b><a href="mailto:support@silicon-linux.net">support@silicon-linux.net</a></b></p> + <h1>Information about our team</h1> + <p>We currently have 9 people on our team.</p> + <p>This project started on October 18th 2018</p> -<HTML> - <HEAD> - {% include heading.html %} - <TITLE>About Silicon Linux</TITLE> - </HEAD> -<BODY> - {% include navigator.html %} -<h1>About Us</h1> -<p><b>Twitter: <a href="https://twitter.com/silicon_linux">silicon_linux</a></b></p> -<p><b>Github: <a href="https://github.com/silicon-linux">Silicon Linux</a></b><p> -<p><b>Discord: <a href="https://discord.gg/QbuuAF5"><img src="https://img.shields.io/discord/502598767510290432.svg?colorB=7289DA&label=discord" alt="Discord Badge"></a></b></p> -<h1>Contact Us</h1> - <p>Any problems: <b><a href="mailto:support@silicon-linux.net">support@silicon-linux.net</a></b></p> -<h1>Information about our team</h1> -<p>We currently have 9 people on our team.</p> -<p>This project started on October 18th 2018</p> - - {% include footer.html %} -</BODY> -</HTML> + {% include footer.html %} + </body> +</html> |
