소스 검색

Forgot the HTML auth form

Brendan Abolivier 8 년 전
부모
커밋
2cc8346f38
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12
    0
      auth/form.html

+ 12
- 0
auth/form.html 파일 보기

@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html>
3
+        <head>
4
+                <title>DAS</title>
5
+        </head>
6
+        <body>
7
+                <form method="post" action="">
8
+                        <input type="text" placeholder="username" name="username" />
9
+                        <input type="submit" value="Log in" />
10
+                </form>
11
+        </body>
12
+</html>