-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 875 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Project browser</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="tree.css" />
<script src="tree.js" defer></script>
</head>
<body style="height:100vh; margin: 0;">
<div id="tree" class="tree">
<h4>Doubble click to open file</h4>
<div class="treeButton">▼</div>
<div class="name">Root</div>
</div>
<div class="desc">
<h1>Description</h1>
<div id="desc"></div>
</div>
<a href="https://github.com/TheGrandCircuit/IT2">
<img src="https://image.flaticon.com/icons/svg/25/25231.svg" width="100" height="100" style="bottom:0;left:0;position: absolute;">
</a>
</body>
</html>