-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdebug.html
More file actions
28 lines (24 loc) · 752 Bytes
/
debug.html
File metadata and controls
28 lines (24 loc) · 752 Bytes
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 name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<link href='/assets/style.css' rel='stylesheet' type='text/css'>
<link href='/assets/debug-page.css' rel='stylesheet' type='text/css'>
<script src='https://code.jquery.com/jquery-2.2.0.min.js'></script>
<script src='/js/helpers.js'></script>
<script src='/js/debugpage.js'></script>
</head>
<body>
<div id='container'>
<div id='debug-main'>
<h2 id='debug-main-header'></h2>
<div id='strips-debug-container'>
</div>
<div id='debug-config-container'>
<h4>Configuration</h4>
<div id='strips-config'></div>
</div>
</div>
</div>
</body>
</html>