aboutsummaryrefslogtreecommitdiffstats
path: root/src/devtools.html
blob: 29288991aa01d608c82591ea0a54b485992e74ef (plain)
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title data-i18n="statsPageName"></title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/devtools.css">
</head>

<body>

<div id="toolbar">
    <select id="pageSelector"></select>
    <button id="refresh" class="fa" type="button">&#xf021;</button>
</div>
<iframe id="content"></iframe>

<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/devtools.js"></script>

</body>
</html>