Just a simple test for a start.
This commit is contained in:
commit
54bc4ff81e
1 changed files with 18 additions and 0 deletions
18
index.html
Normal file
18
index.html
Normal 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>
|
||||||
|
|
Loading…
Reference in a new issue