pages/index.html

16 lines
283 B
HTML
Raw Normal View History

2023-12-08 02:57:53 +00:00
<html>
2023-12-08 11:01:37 +00:00
<head>
<title> Antonio's page</title>
<!-- Include your JavaScript file -->
<script src="menu-inject.js"></script>
</head>
2023-12-08 02:57:53 +00:00
<body>
2023-12-08 11:04:41 +00:00
<!-- Element to inject the menu -->
<div id="menu"></div>
2023-12-08 02:57:53 +00:00
<h1>Antonio's page</h1>
<p>This is my simple page</p>
</body>
</html>