blob: 9b4eaf73eb2fe407dca2ba7e25994edad733a5ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html>
<head>
<meta name="theme-color" content="#AFFFFF">
<meta name="viewport" content="width=devide-width, initial-scale=1" />
<meta charset="utf-8">
<title>TickBorg Log Viewer</title>
<style>
<%= require("./styles/index.less") %>
</style>
</head>
<body>
<div id="tickborg-logviewer">
<div class="app">
<div class="loading">
<strong>Loading...</strong>
<em>you may need to enable some JavaScript for this to work.</em>
</div>
</div>
</div>
</body>
</html>
|