Create index.html

This commit is contained in:
School-Users-a 2022-03-11 21:03:03 -05:00 committed by GitHub
parent 9966dc54eb
commit 8bbf08d79b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
html/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<center>
<h1>Welcome to the Flash Games Archive.</h1>
<p>This is a quick website made using Ruffle and GitHub. If you want the original repo to download the games, </p>
</center>
</body>
</html>