Add index.html

This commit is contained in:
Antonio Rodrigues 2023-12-08 08:01:37 -03:00
parent a40beff710
commit 159715ad27
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
<html>
<title> Antonio's page</title>
<head>
<title> Antonio's page</title>
<!-- Include your JavaScript file -->
<script src="menu-inject.js"></script>
</head>
<body>
<h1>Antonio's page</h1>
<p>This is my simple page</p>