diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-10-31 12:44:27 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-10-31 12:44:27 +0100 |
commit | 7bbb59948928e590841e4af440b0b764a147e450 (patch) | |
tree | 56d8e7ec09db8ea26939c2dc6b44136e6aa6ba12 /index.php | |
download | share-7bbb59948928e590841e4af440b0b764a147e450.tar.gz share-7bbb59948928e590841e4af440b0b764a147e450.tar.bz2 share-7bbb59948928e590841e4af440b0b764a147e450.zip |
Initial commit
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..f912a80 --- /dev/null +++ b/index.php @@ -0,0 +1,11 @@ +<?php $_TITLE = "Partagez des fichiers en toute sécurité"; require_once $_SERVER['DOCUMENT_ROOT'] . "/private/head.php"; ?> + + <div class="container" style="margin-top: 50px;"> + <div style="text-align:center;"> + <h1>Bienvenue sur Familine Share !</h1> + <p>Partagez des fichiers avec vos proches en toute sécurité, et grâce à la puissance Familine.</p> + <a class="btn btn-primary" href="/share">Commencer</a> + </div> + </div> + +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/private/foot.php"; ?>
\ No newline at end of file |