Browse Source

Add login page HTML code

Alejandro Rosales 1 năm trước cách đây
mục cha
commit
4db7d7047a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      pages/login.html

+ 5 - 0
pages/login.html

@@ -0,0 +1,5 @@
+<main class="container">
+    <form action="/action/login.php" method="post">
+        <button type="submit">Iniciar Sesión</button>
+    </form>
+</main>