Files
odin-recipes/odin-links-and-images/index.html

17 lines
402 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="https://example.com" target="_blank" rel="noopener">Open Example</a>
</body>
</html>