First personal commit
All checks were successful
On_Push / build (push) Successful in 47s

This commit is contained in:
UNILaptop 2024-09-25 21:20:12 +01:00
parent 3542a23419
commit a5d822e699

View file

@ -1,12 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title></title> <meta charset="utf-8" />
</head> <title>TEST WEBPAGE</title>
<body> </head>
<div> <body>
<h1>Hello World!</h1> <h1>TEST WEBPAGE</h1>
<h2>All hail Skynet!!</h2> <p>This is a test webpage.</p>
</div> </body>
</body>
</html> </html>