Skip to content
Snippets Groups Projects
Commit 5adb212d authored by Maggie Kocorowski's avatar Maggie Kocorowski
Browse files

Basic Setup

parent b1c45ea4
Branches
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Page Title</title>
<!-- Add any additional metadata, stylesheets, or scripts here -->
</head>
<body>
<header>
<h1>Welcome to Your Website</h1>
<!-- Add navigation links or other header content here -->
</header>
<main>
<section>
<h2>About</h2>
<p>This is a basic webpage. You can customize it with your own content.</p>
</section>
<section>
<h2>Services</h2>
<ul>
<li>Service 1</li>
<li>Service 2</li>
<li>Service 3</li>
</ul>
</section>
<section>
<h2>Contact</h2>
<p>You can reach us at contact@example.com</p>
</section>
</main>
<footer>
<p>&copy; 2024 Your Website. All rights reserved.</p>
</footer>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment