mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
colors and formatting ready for demo
This commit is contained in:
+8
-4
@@ -8,13 +8,16 @@
|
||||
<body>
|
||||
|
||||
<header class="top-header">
|
||||
<h1 class="site-name">Thyme Crunch</h1>
|
||||
<img src="images/header_left.png" alt="Violin f-hole shape to the left of header." class="swirl">
|
||||
<h1 class="site-name">Thyme Crunch</h1>
|
||||
<img src="images/header_right.png" alt="Violin f-hole shape to the right of header." class="swirl">
|
||||
|
||||
</header>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<div class="login-box">
|
||||
<h2>User Login</h2>
|
||||
<h2>Log In</h2>
|
||||
<form action="AuthController" method="post">
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="user" name="user" required>
|
||||
@@ -24,8 +27,9 @@
|
||||
|
||||
<button type="submit">Enter</button>
|
||||
</form>
|
||||
|
||||
<h3> OR <a href="create-account.html">SIGN UP</a> FOR AN ACCOUNT </h3>
|
||||
</div>
|
||||
<div class="sign_up">
|
||||
<h3> OR <a href="create-account.html"><b>SIGN UP</b></a> FOR AN ACCOUNT </h3>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user