pepega
This commit is contained in:
24
public/login.html
Normal file
24
public/login.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Vinlottis</title>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Official vin lottis homepage</h1>
|
||||
<form method="post" action="/login">
|
||||
<input type="text" name="username" />
|
||||
<input type="password" name="password" />
|
||||
<input type="submit" value="login" />
|
||||
</form>
|
||||
</body>
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
24
public/register.html
Normal file
24
public/register.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Vinlottis</title>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Official vin lottis homepage</h1>
|
||||
<form method="post" action="/register">
|
||||
<input type="text" name="username" />
|
||||
<input type="password" name="password" />
|
||||
<input type="submit" value="register" />
|
||||
</form>
|
||||
</body>
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
Reference in New Issue
Block a user