diff options
| -rw-r--r-- | 404.html | 1 | ||||
| -rw-r--r-- | support.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ project: Silicon Linux <p class="center"><strong>Page not found :(</strong></p> <p class="center"><b>Uh Oh!</b> The requested page could not be found.</p> + <p class="center">You may need to go back to the <a href ="/">homepage</a>.</p> {% include footer.html %} </BODY> </HTML> diff --git a/support.html b/support.html index 0fd3f8a..64ce2e5 100644 --- a/support.html +++ b/support.html @@ -15,7 +15,7 @@ project: Silicon Linux <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> + </p> {% include footer.html %} </BODY> </html> |
