aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php11
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