File: /home/slfopp7cb1df/www/assetpacket.com/index.html
html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AssetPacket</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<a href="#"><img src="logo.png" alt="AssetTracker Logo"></a>
<ul>
<li><a href="#">Expense Boulevard</a></li>
<li><a href="#">Income Way</a></li>
<li><a href="#">Property Lane</a></li>
<li><a href="#">Garage</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Welcome to AssetPacket!</h2>
<p>Track all your assets, expenses, and income in one place.</p>
<button id="loginButton">Log In</button>
<form action="" id="loginForm">
<label for="username">Username:</label>
<input type="text" id="username" name="username">
<br>
<label for="password">Password:</label>
<input type="password" id="password" name="password">
<button type="submit" id="loginSubmitButton">Log In</button>
</form>
</section>
</main>
<footer>
<p>Copyright 2025 AssetPacket. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>