-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 1.16 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<head>
<link rel="stylesheet" href="contents/style.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body class="fntSz">
<article>
<header>
<p>2023.4
<p>
<h1>Link to test.html2.</h1>
ssh test
<details>
<summary>
<span class="do-open">Click!</span>
<span class="do-close">Close</span>
</summary>
<p>contents
<p>
</details>
</header>
<section>
<p>Test Web Page
<p>
<a href="contents/test.html">test.html</a>
🍣
</section>
<a href="contents/vba.html">vba.html</a>
<section>
<article>
<a href="contents/js.html">JavaScript</a><br>
<a href="contents/forTable.html">Tables</a><br>
<a href="contents/dom-ts/dom-ts.html">DOM</a><br>
</article>
</section>
<footer>
<h3>Footer Contents</h3>
Footer Contents
</footer>
</article>
</body>