login and register logic
This commit is contained in:
parent
a2f8452eec
commit
8d0c02e27e
15 changed files with 496 additions and 106 deletions
|
@ -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>
|
|
@ -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'>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue