Create index.html

This commit is contained in:
Preston 2024-01-03 17:04:53 -08:00 committed by GitHub
parent 1078e9c992
commit 1da4700f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
index.html Normal file
View File

@ -0,0 +1,7 @@
<head>
<title>EaglerCraftX</title>
</head>
<body>
<h1>Pick a Client:</h1>
<a href="main.html"><button>Main Client</button></a> <a href="resent.html"><button>Resent Client</button></a>
</body>