Delete bleh.html

This commit is contained in:
I-Am-Jakoby 2023-03-27 06:17:47 -05:00 committed by GitHub
parent ecc72da1f5
commit 35e4b5e998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<h1>Hello World!</h1>
<p>Welcome to my first HTML page. This is just a demo.</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</body>
</html>