forked from fac-17/SaVaGe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexUnprotected.html
42 lines (41 loc) · 1.41 KB
/
indexUnprotected.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>SaVaGe</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/public/style.css" />
<link rel="stylesheet" href="/public/styleUnprotected.css" />
<link
href="https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Oswald&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<form action="/login" method="POST" class="loginForm" aria-label="Log-in">
<label for="username">Username:</label>
<input class="username" type="text" id="username" name="username" required/>
<label for="password">Password:</label>
<input class="password" type="password" id="password" name="password" required/>
<button class="loginSubmit">Login</button>
</form>
</header>
<main>
<h1>SaVaGe<br />ARTWORK<br />CREATOR</h1>
<section class="svgs-gallery"></section>
<script src="/public/index.js" async defer></script>
</section>
</main>
</body>
</html>