diff options
author | Minteck <contact@minteck.org> | 2022-04-21 14:37:44 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-21 14:37:44 +0200 |
commit | 958a68292191d8a4c9024ca2f1f658135ab6f704 (patch) | |
tree | 114779ef1b2deb7430e91e30f029e151816d5977 /faq/index.php | |
parent | 7a7e357dcdd34e4a33a81eadc55548d579938f49 (diff) | |
download | ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.gz ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.bz2 ember-958a68292191d8a4c9024ca2f1f658135ab6f704.zip |
WIP projects page
Diffstat (limited to 'faq/index.php')
-rw-r--r-- | faq/index.php | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/faq/index.php b/faq/index.php deleted file mode 100644 index c1338e7..0000000 --- a/faq/index.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php $title = "Frequently Asked Questions"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?> - -<br> -<div class="container"> - <h1>Frequently Asked Questions</h1> - <div class="row"> - <div class="col-lg"> - <details class="faq-container"> - <summary>Do you provide free hosting?</summary> - <hr class="faq-separator"> - <p> - Yes. When I create a website for you, free hosting and maintenance is included for as long as your website is being developed and as long as possible. However, if your website receives a lot of traffic, it is recommended that you move to proper hosting. - </p> - </details> - </div> - <div class="col-lg"> - <details class="faq-container"> - <summary>Can you create for someone else?</summary> - <hr class="faq-separator"> - <p> - Yes, although this only applies to people I know and trust; and may be limited depending on my motivation and free time. If we are friends, feel free to ask if you want a website. - </p> - </details> - </div> - </div> -</div> - -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
\ No newline at end of file |