<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Plz Keep It Simple</title>

    <link rel="stylesheet" href="style.css">

    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">

</head>

<body>


    <div class="app-container">

        <div id="card-container" class="card">

            <p id="quote-text">Loading...</p>

        </div>

        <div class="instructions">Swipe up or Tap for next</div>

    </div>


    <script src="script.js"></script>

</body>

</html>