Untested HTML

This commit is contained in:
ilsix 2024-04-04 20:17:21 +02:00
parent 72dd60c819
commit 116a209516

9
html/helloworld.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World!</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>