diff options
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> |
