engl-2311-webfolio/template.html
2024-11-20 08:44:55 -06:00

19 lines
616 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<title>$title$</title>
<link href="/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="navbar" id="navbar">
<a href="/" class="active">Home</a>
<a href="/resume.html">Resume</a>
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
</div>
$body$
</body>
<footer>
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>
</footer>
</html>