Update src/index.html
All checks were successful
On_Push / build (push) Successful in 23s

This commit is contained in:
mysticwolf 2025-02-13 13:25:45 +00:00
parent 38183fe63d
commit e053f3ace7

View file

@ -1,12 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title></title> <title>hiii</title>
</head> </head>
<body> <body>
<div> <div>
<h1>Hello World!</h1> <h1>Hello World!</h1>
<h2>All hail Skynet!!</h2>
</div> </div>
</body> </body>
</html> </html>