Adding menu to pages

This commit is contained in:
Antonio Rodrigues 2023-12-08 08:04:41 -03:00
parent 159715ad27
commit 108ab50b1c
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@
<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>

View File

@ -5,6 +5,9 @@
<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>