forked from martin-pabst/Online-IDE-new-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtreeviewTest.html
More file actions
20 lines (19 loc) · 877 Bytes
/
treeviewTest.html
File metadata and controls
20 lines (19 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html style="height: 100%;">
<head lang="de" >
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Statistiken</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script src='/src/test/TreeviewTest.ts' type="module"></script>
</head>
<body class="joeCssFence" style="margin: 0; padding: 0; height: 100%; background-color: #222; color: #ccc; font-family: sans-serif;">
<div style="display: flex; flex-direction: column; height: 100%">
<h1>Treeview-test</h1>
<div id="outercontainer" style="display: flex; flex-direction: row; flex: 1">
<div id="treeviewdiv" style="display: flex; flex: 1; position: relative"></div>
<div id="rightdiv" style="display: flex; flex: 2; background-color: #333;"></div>
</div>
</div>
</body>
</html>