diff options
| author | Alee <alee14498@gmail.com> | 2018-11-04 17:14:08 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-04 17:14:08 -0500 |
| commit | a8abcd3de1c1ba9e032e97f23845a53f32068205 (patch) | |
| tree | 885f81a8a9d580f9ad2d9a63de85eb1eb628e8a9 /faq.html | |
| parent | cfedcb526d3f82f975eb1ffc59c0037ebc1afe68 (diff) | |
| download | silicon-linux-a8abcd3de1c1ba9e032e97f23845a53f32068205.tar.gz silicon-linux-a8abcd3de1c1ba9e032e97f23845a53f32068205.tar.bz2 silicon-linux-a8abcd3de1c1ba9e032e97f23845a53f32068205.zip | |
renamed support to faq and added our email address
Diffstat (limited to 'faq.html')
| -rw-r--r-- | faq.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..b63a9c9 --- /dev/null +++ b/faq.html @@ -0,0 +1,20 @@ +--- +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> +</html> |
