diff --git a/index.html b/index.html
index 1671ffc..1f85d39 100644
--- a/index.html
+++ b/index.html
@@ -1,20 +1,119 @@
-
-
- Login POC
-
-
-
-
-
-
+
+
+
+
+
+
+
- Hi. Welcome to this login POC in PHP.
- It's really crappy.
- Click HERE to register.
- Click HERE to login.
- Click HERE if you already have a valid session.
- Bye now.
-
-
\ No newline at end of file
+
+ Login POC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ If you want to access your profile
+
+
Login
+
+
+
+
+
+
+
+
+
+
© NO RIGHTS RESERVED! 2020
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ressources/css/start.css b/ressources/css/start.css
new file mode 100644
index 0000000..1b52205
--- /dev/null
+++ b/ressources/css/start.css
@@ -0,0 +1,25 @@
+html {
+ font-size: 14px;
+}
+@media (min-width: 768px) {
+ html {
+ font-size: 16px;
+ }
+}
+
+.container {
+ max-width: 960px;
+}
+
+.pricing-header {
+ max-width: 700px;
+}
+
+.card-deck .card {
+ min-width: 220px;
+}
+
+.border-top { border-top: 1px solid #e5e5e5; }
+.border-bottom { border-bottom: 1px solid #e5e5e5; }
+
+.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }