pages/index.html

16 lines
283 B
HTML

<html>
<head>
<title> Antonio's page</title>
<!-- Include your JavaScript file -->
<script src="menu-inject.js"></script>
</head>
<body>
<!-- Element to inject the menu -->
<div id="menu"></div>
<h1>Antonio's page</h1>
<p>This is my simple page</p>
</body>
</html>