-
Notifications
You must be signed in to change notification settings - Fork 4
/
LectureTempl.html
69 lines (61 loc) · 1.73 KB
/
LectureTempl.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
</title>
</head>
<body>
<h1>
</h1>
<div style="text-align:center">
<p>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Laurentius_de_Voltolina_001.jpg/290px-Laurentius_de_Voltolina_001.jpg">
</p>
</div>
<details>
<summary id="sum1">
Major Topic
</summary>
<details>
<summary id="sum2">
Minor topic
</summary>
<details>
<summary id="sum3">
Teeny topic
</summary>
</details>
</details>
</details>
<details>
<summary id="sum1">
Quiz
</summary>
<ol>
<li>
Question
</li>
<ol type="a">
<li>
</li>
<li>
</li>
<li>
</li>
</ol>
</ol>
</details>
<details>
<summary id="sum1">
External Links
</summary>
<ol>
<li>
Link
</li>
</ol>
</details>
</body>
</html>