WDI/index.html

11 lines
149 B
HTML
Raw Normal View History

2024-12-02 14:21:42 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Strona</title>
</head>
<body>
<h1>hello, world</h1>
<p>Call me Ishmael.</p>
</body>
</html>