pages/projects.html

15 lines
277 B
HTML

<html>
<head>
<title>Projects</title>
<!-- Include your JavaScript file -->
<script src="menu-inject.js"></script>
</head>
<body>
<!-- Element to inject the menu -->
<div id="menu"></div>
<h1>My projects</h1>
<<p>Coming soon.</p>
</body>
</html>