Untitled

mail@pastecode.io avatar
unknown
html
2 years ago
1.0 kB
19
Indexable
Never
<!DOCTYPE html>
<html lang="en">
<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>Document</title>
    <link rel="stylesheet" href="main.css">
</head>
<body>
    <div class="welcome-text"><h1>Welcome to cheskers!</h1></div>
    <div class="user-state-buttons">
        <a href="https://www.google.com/">
            <button class="log-in-button">log in or sing up</button>
        </a>
        <a href="https://www.google.com/">
            <button class="guest-button">play as a guest</button>
        </a>
    </div>
    <div class="ranking-button">
        <a href="https://www.google.com/">
            <button>view ranking</button>
        </a>
    </div>
    <footer>
        <div class="footer-img"><a href="https://github.com/Suchy702/cheskers"><img src="github_logo.png"></a></div>
        <div class="footer-text">Contact us: wojciech.suchecki.dev@gmail.com</div>
    </footer>
</body>
</html>