Browse Source

Added views

Laurent Treguier 9 years ago
parent
commit
fb2076863d
4 changed files with 15 additions and 0 deletions
  1. 0
    0
      views/data.html.php
  2. 0
    0
      views/files.html.php
  3. 15
    0
      views/login.html.php
  4. 0
    0
      views/promo.html.php

views/main.html.php → views/data.html.php View File


views/index.html.php → views/files.html.php View File


+ 15
- 0
views/login.html.php View File

@@ -0,0 +1,15 @@
1
+<!DOCTYPE html>
2
+
3
+<html>
4
+    <head>
5
+        <meta charset = "utf-8">
6
+        <title>Login</title>
7
+    </head>
8
+    <body>
9
+        <form method = "POST">
10
+            <input type = "text" placeholder = "identifier"/>
11
+            <input type = "password" placeholder = "password"/>
12
+            <input type = "submit" value = "login"/>
13
+        </form>
14
+    </body>
15
+</html>

+ 0
- 0
views/promo.html.php View File