17 lines
356 B
HTML
17 lines
356 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
<meta charset="UTF-8">
|
|
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Homepage</h1>
|
|
<a href="https://www.theodinproject.com/about" target="_blank" rel="noopener noreferrer">About the Odin Project</a>
|
|
|
|
<a href="about.html">About</a>
|
|
</body>
|
|
|
|
</html>
|