login and register logic

This commit is contained in:
biglyderv 2025-02-25 19:47:28 -05:00
parent a2f8452eec
commit 8d0c02e27e
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
15 changed files with 496 additions and 106 deletions

View file

@ -1,4 +1,4 @@
<div class="main">
<h1 class='header'>Oops!</h1>
<h1 class='header-big'>Oops!</h1>
<p>Something went wrong; this page couldn't be found.</p>
</div>

View file

@ -1,5 +1,5 @@
<form class='form main' enctype="multipart/form-data" method="POST" action="<%= action %>">
<h1 class="header">
<h1 class="header-big">
<%= title %>
</h1>
<span class='form-message'>

View file

@ -5,7 +5,8 @@
<title>DervNet</title>
<link rel="stylesheet" href="/index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1">
<script src='/index.js'></script>
</head>
<body>