appearence overhall

This commit is contained in:
Brandon4466
2025-06-07 03:08:38 -07:00
parent 5b86d31cfd
commit f2503d5ec9
4 changed files with 337 additions and 78 deletions

View File

@@ -3,17 +3,17 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bang Webmail</title>
<title>bang</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Bang Webmail</h1>
<h1>bang</h1>
<nav>
<a href="login.html">Login</a>
<a href="register.html">Register</a>
</nav>
<p>Welcome to Bang Webmail! Please login or register to continue.</p>
<p>Send emails with a !</p>
</div>
</body>
</html>