Test some

This commit is contained in:
s498775 2024-12-02 14:21:42 +01:00
commit ed3a6bbf56
2 changed files with 11 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Test

10
index.html Normal file
View File

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