-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (52 loc) · 1.41 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Git Demo</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<header>
<img id="header-img" src="images/git-logo.png">
<h1 id='header-words'>We are learning Git.</h1>
</header>
<section>
<div class="accordion"><h1>Terminologys</h1></div>
<div class="panel">
<ol>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
</div>
<div class="accordion"><h1>Basic Commands</h1></div>
<div class="panel">
<ol>
<li>config </li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
</div>
</div>
</section>
<footer>
<p>
<a href="https://github.com/TTN-js/unforGITtable">参考项目01 </a>
</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>