diff options
| author | cylex <joshua.schwark@refactorsoftware.com> | 2019-01-07 14:23:02 -0500 |
|---|---|---|
| committer | cylex <joshua.schwark@refactorsoftware.com> | 2019-01-07 14:23:02 -0500 |
| commit | 02d692cedb641140e221f68a02f730593187d26a (patch) | |
| tree | 907fbbb2c228c9cc46b22341ba54dc55dda4e8f8 /faq.html | |
| parent | c20c1d93be4555b3901dd79bcd8dcafcfa51d863 (diff) | |
| download | silicon-linux-02d692cedb641140e221f68a02f730593187d26a.tar.gz silicon-linux-02d692cedb641140e221f68a02f730593187d26a.tar.bz2 silicon-linux-02d692cedb641140e221f68a02f730593187d26a.zip | |
Forgot to cleanup the faq page
Diffstat (limited to 'faq.html')
| -rw-r--r-- | faq.html | 29 |
1 files changed, 14 insertions, 15 deletions
@@ -1,20 +1,19 @@ --- project: Silicon Linux --- - <html> -<HEAD> - {% include heading.html %} - <TITLE>Silicon Linux FAQ</TITLE> -</HEAD> -<BODY> - {% include navigator.html %} - <h1 class="subtitle">Silicon Linux FAQ</h1> - <p> - <h1>Frequently Asked Questions:</h1> - <h2 class="Question">Q: What is Silicon Linux?</h2> - <h2 class="answer">A: It's a linux distro by Alee14.</h2> - </p> - {% include footer.html %} -</BODY> + <head> + {% include heading.html %} + <title>Silicon Linux FAQ</title> + </head> + <body> + {% include navigator.html %} + <h1 class="subtitle">Silicon Linux FAQ</h1> + <p> + <h1>Frequently Asked Questions:</h1> + <h2 class="Question">Q: What is Silicon Linux?</h2> + <h2 class="answer">A: It's a linux distro by Alee14.</h2> + </p> + {% include footer.html %} + </body> </html> |
