doc/index.html
2025-02-04 13:13:31 +03:00

12 lines
230 B
HTML

<!DOCTYPE html>
<html>
<head>
<!-- head definitions -->
<title> Привет мир </title>
</head>
<body>
<!-- the content -->
<h1>Hello</h1>
<p>Hello</p>
</body>
</html>