Newer
Older
html-examples / index.html
@Aris Green Aris Green on 22 Apr 2024 1 KB initial commit
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="styles/reset.css">
    <link rel="stylesheet" href="styles/styles.css">
    <title>Main Document</title>
</head>
<body>
    <div class="main-layout">
        <header>My Header</header>
        <main>
            <div class="hero">
                Big Ass Block
            </div>
            <div>
                <h1>One minority from this branch is going to get into this program.</h1>
                <p>
                    Who would I refer? Hmm... the competent, hardworking one who does things his own way, or the malleable simpleton who can be bought for a few fashion magazines? What? Hey, what's up. Hey, this is your apology letter. I expect to do very well tonight. I have an acute ability to read people. Jim, for instance, has a huge tell. When he gets a good hand, he coughs. Well, adults are supposed to go to the dentist, too.
                </p>
            </div>
        </main>
        <footer>My Footer</footer>
    </div>
</body>
</html>