This commit is contained in:
Karel Košnar 2024-01-11 16:17:25 +01:00
commit 6262300bf0

9
index.html Normal file
View file

@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>