pages/projects.html

15 lines
277 B
HTML
Raw Permalink Normal View History

2023-12-08 10:49:43 +00:00
<html>
2023-12-08 11:01:03 +00:00
<head>
2023-12-08 10:49:43 +00:00
<title>Projects</title>
2023-12-08 11:01:03 +00:00
<!-- Include your JavaScript file -->
<script src="menu-inject.js"></script>
</head>
2023-12-08 10:49:43 +00:00
<body>
2023-12-08 11:04:41 +00:00
<!-- Element to inject the menu -->
<div id="menu"></div>
2023-12-08 10:49:43 +00:00
<h1>My projects</h1>
<<p>Coming soon.</p>
</body>
</html>