forked from Adleraci/adlerka.top
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<!-- Centralized Status Message -->
|
||||
<p id="StatusMessage"></p>
|
||||
|
||||
<div class="form-container" id="loginForm">
|
||||
<!-- <div class="form-container" id="loginForm">
|
||||
<h1>Login</h1>
|
||||
<form>
|
||||
<label for="login_email">Email:</label>
|
||||
@@ -51,7 +51,7 @@
|
||||
<input type="password" id="login_password" name="password" required><br>
|
||||
|
||||
<button type="button" onclick="login()">Login</button>
|
||||
</form><hr>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="form-container" id="register_Form">
|
||||
@@ -74,4 +74,36 @@
|
||||
|
||||
<button type="button" onclick="register()">Register</button>
|
||||
</form>
|
||||
</div>
|
||||
</div> -->
|
||||
<main class="login-file">
|
||||
<div class="container" id="container">
|
||||
<div class="form-container sign-up">
|
||||
<form>
|
||||
<h1>Create Account</h1>
|
||||
<input type="text" name="firstName" id="register_firstName" required placeholder="First name">
|
||||
<input type="text" name="lastName" id="register_lastName" required placeholder="Last name">
|
||||
<input type="text" name="email" id="register_email" required placeholder="Email">
|
||||
<input type="text" name="password" id="register_password" required placeholder="Password">
|
||||
<input type="text" name="activationToken" id="register_activationToken" required
|
||||
placeholder="Activation Token">
|
||||
<button type="button" onclick="register()">Register</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="form-container sign-in">
|
||||
<h1>Login</h1>
|
||||
<form>
|
||||
<input type="text" name="email" id="login_email" required placeholder="Email">
|
||||
<input type="text" name="password" id="login_password" required placeholder="Password">
|
||||
<button type="button" onclick="login()">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
<!-- <div class="toggle-container">
|
||||
<div class="toggle">
|
||||
<div class="toggle-panel toggle-left">
|
||||
<h1>Glad to have you back!</h1>
|
||||
<p>Enter your login information to continue to adlerka.top</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</main>
|
@@ -9,9 +9,14 @@
|
||||
<script async src="https://umami.brn.systems/script.js" data-website-id="95e93885-5c19-4cab-ba9b-2f746a316a2a"></script>
|
||||
<title>Adlerka __TEMPLATE_PAGE_TITLE__</title>
|
||||
__TEMPLATE__DYNASTYLE__
|
||||
__TEMPLATE__DYNASCRIPT__
|
||||
</head>
|
||||
<body>
|
||||
__TEMPLATE__NAV__
|
||||
__TEMPLATE__PAGE__
|
||||
<div id="navbar">
|
||||
__TEMPLATE__NAV__
|
||||
</div>
|
||||
<div id="pagearea">
|
||||
__TEMPLATE__PAGE__
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user