pages/index.html
2024-05-25 19:49:39 +02:00

20 lines
223 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Test - test - test</title>
</head>
<body>
<h1>Test</h1>
<details>
<summary>
This is summary.
</summary>
An these are the corresponding details.
</details>
</body>
</html>