Skip to content

Commit

Permalink
Some starting elements!
Browse files Browse the repository at this point in the history
  • Loading branch information
O662 committed Apr 8, 2024
1 parent c13517a commit 4a51590
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,33 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Malcolm Ferguson</title>
<style>
body {
font-family: Arial, sans-serif;
}
header {
background-color: #f8f9fa;
padding: 10px;
text-align: center;
}
</style>
</head>
<body>
<h1>Malcolm Ferguson</h1>
<p>Pardon the dust, we're cooking!</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero sapiente quod autem hic veritatis sequi labore possimus nisi porro a, voluptatem, dolores quia eius est amet earum soluta asperiores provident?</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero sapiente quod autem hic veritatis sequi labore possimus nisi porro a, voluptatem, dolores quia eius est amet earum soluta asperiores provident?</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero sapiente quod autem hic veritatis sequi labore possimus nisi porro a, voluptatem, dolores quia eius est amet earum soluta asperiores provident?</p>
<header>
<h1>Malcolm Ferguson</h1>
<p>Welcome to My Website!</p>
</header>
<main>
<h2>About</h2>
<p>Pardon the dust, we're cooking rn!</p>
</main>

<footer>
<p>Copyright © 2024 Malcolm Ferguson</p>
</footer>



</body>
</html>

0 comments on commit 4a51590

Please sign in to comment.