initial commit

This commit is contained in:
Mystikfluu
2022-04-20 21:31:09 +02:00
commit 534d1a6d07
11 changed files with 2217 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<head>
<style media="screen">
a {
color: red;
text-decoration: none;
}
</style>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header>
<h1>Auth website</h1>
</header>
<main>
<div class="info_div">
<p>Do you not have an account? <a href="register">Register now!</a></p>
<br>
<br>
<p>Do you already have an account? <a href="login">Login now!</a></p>
</div>
</main>
<footer>
</footer>
</body>