Add an html text

This commit is contained in:
Aleks Zakrzewski 2024-11-16 12:29:33 +01:00
parent 18d2d17c4b
commit dcd45ae288

View File

@ -1 +1,10 @@
<h1>hello, world</h1>
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1>hello, world</h1>
<p>Call me Ishmael.</p>
</body>
</html>