diff options
| -rw-r--r-- | support.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/support.html b/support.html index adf1815..3faff2e 100644 --- a/support.html +++ b/support.html @@ -21,7 +21,13 @@ <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> + <br> + <h2 class="Question">Q: What is linux?</h2> + <h2 class="answer">A: Linux is a kernel made by Linus Torvalds.</h2> + <br> + <h2 class="Question">Q: What is a kernel?</h2> + <h2 class="answer">A: A kernel is the core of an operating system (OS).</h2> + </p> <div class="footer"> <p>Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p> </div> |
