Just a simple test for a start.

This commit is contained in:
Jindrich Kolorenc 2024-05-25 19:18:35 +02:00
commit 54bc4ff81e

18
index.html Normal file
View file

@ -0,0 +1,18 @@
<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>