<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>My Homepage</title>
</head>
<body>
<table id="layout">
<tr>
<td width="70%" style="vertical-align: top;">
<h1>Welcome</h1>
<p>Hello, welcome to my website!</p>
<h2>Projects</h2>
<ul>
<li><a href="https://example.com/project-one">Project One</a> - a cool project</li>
<li><a href="https://example.com/project-two">Project Two</a> - another project</li>
<li><a href="/local-page.html">Local Page</a></li>
</ul>
<h2>Contact</h2>
<p>Find me on <a href="https://example.com/social">social media</a> or email <strong>hello at example.com</strong>.</p>
</td>
</tr>
</table>
</body>
</html>