initial commit

This commit is contained in:
2025-06-06 19:59:02 -07:00
commit 5b86d31cfd
7 changed files with 345 additions and 0 deletions

19
index.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bang Webmail</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Bang Webmail</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>
</div>
</body>
</html>