miladsciphy / I-m-bored.What-should-I-do-

0 stars 0 forks source link

Some changes #1

Closed farzadfaal closed 1 year ago

farzadfaal commented 1 year ago

Index.html

<!DOCTYPE html>
<html lang="fa" dir="rtl">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>What is tody's plan?</title>
        <link rel="stylesheet" href="style.css" />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link
            href="https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap"
            rel="stylesheet" />
    </head>
    <body>
        <button class="btn">
            <svg
                xmlns="http://www.w3.org/2000/svg"
                class="icon icon-tabler icon-tabler-refresh"
                width="48"
                height="48"
                viewBox="0 0 24 24"
                stroke-width="2"
                stroke="currentColor"
                fill="none"
                stroke-linecap="round"
                stroke-linejoin="round">
                <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
                <path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4"></path>
                <path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4"></path>
            </svg>
            <span>چه کنیم؟</span>
        </button>
        <br />
        <img src="/images/pic-13.jpg" alt="plans" class="what hidden" />
        <h1 class="text hidden">برو بریم</h1>
        <script src="app.js"></script>
    </body>
</html>