Create index.html

This commit is contained in:
School-Users-a 2022-03-11 20:32:14 -05:00 committed by GitHub
parent ded56a64fa
commit ee6616cf06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
page/index.html Normal file
View file

@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>Games</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>