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