This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/views/index.pug

19 lines
597 B
Text
Raw Normal View History

2018-10-02 01:02:17 +00:00
doctype html
html
head
title Crafty Things
2018-11-29 13:47:18 +00:00
script(src='/index.bundle.js')
2018-10-02 01:02:17 +00:00
body
h1 Hello World!
h2 App under development, please don't send valuable data!
form(name="fftcg-login" method="post" action="#")
fieldset
legend Login-Details
div
label(for="uname") Username:
input(name="uname" required)
label(for="password") Password:
input(name="password", type="password", placeholder="6 digits, a combination of numbers and letters" required)
div
input(name="login" type="submit" value="Login")