petersilie-shop/resources/index.html

12 lines
114 B
HTML
Raw Normal View History

2023-08-28 10:45:44 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Basic Web Page</title>
</head>
<body>
Hello World!
</body>
</html>