Untitled

 avatar
unknown
plain_text
4 months ago
838 B
4
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AI QueuePro - Smart Queue Management</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <header>
        <h1>AI QueuePro</h1>
        <p>Smart AI-Powered Queue Management System</p>
    </header>

    <main>
        <section class="queue-form">
            <h2>Join the Queue</h2>
            <input type="text" id="username" placeholder="Enter your name">
            <button onclick="joinQueue()">Get Token</button>
        </section>

        <section class="queue-status">
            <h2>Queue Status</h2>
            <ul id="queueList"></ul>
        </section>
    </main>

    <script src="script.js"></script>
</body>
</html>
Editor is loading...
Leave a Comment