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" />
<title>TEST WEBPAGE</title>
</head> </head>
<body> <body>
<div> <h1>TEST WEBPAGE</h1>
<h1>Hello World!</h1> <p>This is a test webpage.</p>
<h2>All hail Skynet!!</h2>
</div>
</body> </body>
</html> </html>