summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcylex <joshua.schwark@refactorsoftware.com>2019-01-07 14:23:02 -0500
committercylex <joshua.schwark@refactorsoftware.com>2019-01-07 14:23:02 -0500
commit02d692cedb641140e221f68a02f730593187d26a (patch)
tree907fbbb2c228c9cc46b22341ba54dc55dda4e8f8
parentc20c1d93be4555b3901dd79bcd8dcafcfa51d863 (diff)
downloadsilicon-linux-02d692cedb641140e221f68a02f730593187d26a.tar.gz
silicon-linux-02d692cedb641140e221f68a02f730593187d26a.tar.bz2
silicon-linux-02d692cedb641140e221f68a02f730593187d26a.zip
Forgot to cleanup the faq page
-rw-r--r--faq.html29
1 files changed, 14 insertions, 15 deletions
diff --git a/faq.html b/faq.html
index b63a9c9..034979f 100644
--- a/faq.html
+++ b/faq.html
@@ -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>