initial commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user