-
Notifications
You must be signed in to change notification settings - Fork 4
/
map_template.html
59 lines (52 loc) · 1.15 KB
/
map_template.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="keyword1, key work2,topic A,topic B,">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>??? map</title>
<script type=module src=/IT_notes/map_v1.js></script>
<link rel='stylesheet' type='text/css' href='/IT_notes/map_v1.css' />
</head>
<body>
<div groupv>
<span title>XXX Map</span>
<pre zoom>
<span xsmall>Who-is-Who</span>
-OºOrangeº
-BºBlueº
-GºGreenº
-RºRedº
</pre>
<pre zoom>
<span xsmall>External Links:</span>
@[https://www.google.com]
@[https://www.wikipedia.org]
@[https://www.qwant.com]
...
|---------------|
[[learnXinYmin?]]
</div>
<div groupv>
<span title>Building blocks</span>
<pre zoom labels="learnXinYmin">
<span xsmall>learnXinYMin</span>
</pre>
</div>
<div groupv>
<span title>Full Journey</span>
<pre zoom labels="TODO">
<span xsmall>....</span>
</pre>
<pre zoom labels="diagram">
<span xsmall>....</span>
</div>
<hr/>
<div group>
<span title>Non Classified</span><br/>
<pre zoom labels="topic1,topic2,topic3,TODO">
<span xsmall>bla bla bla</span>
</pre>
</body>
</html>