summaryrefslogtreecommitdiff
path: root/web/flask_proj/old/templates/index.html
blob: b9be263b8c9c41766a2ac77995af766323267417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCUTYPE html>
<html>
<head>

</head>
<body>
    <form>
        <table>
            <tr>
                <td> Name: </td>
                <td> <input type="text" name="" placeholder="name"></td>
            </tr>
            <tr>
                <td> Password: </td>
                <td> <input type="password" name="" placeholder="password"> </td>
            </tr>
        </table>
    </form>
</body>
</html>