<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>Supportive Media Group</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="css/style.css">

</head>

<body>


<header>

<h1>Supportive Media Group</h1>

<p>Media Production • Publishing • Distribution</p>

</header>


<nav>

<a href="index.html">Home</a>

<a href="about.html">About</a>

<a href="projects.html">Projects</a>

<a href="contact.html">Contact</a>

</nav>


<main>

<h2>Welcome</h2>

<p>Supportive Media Group</p>


<!-- <h3>Featured Work</h3>

<p>Coming soon.</p> -->


</main>


<footer>

© 2026 Supportive Media Group

</footer>


</body>

</html>