HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
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>