index.html

This commit is contained in:
developtheweb 2020-04-01 01:20:07 -04:00
commit a2d0678994

9
index.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>My Webpage</title>
</head>
<body>
Hello, world!
</body>
</html>