2020-05-09 03:16:20 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2020-05-11 21:37:28 +03:00
|
|
|
<title>Debug Dashboard</title>
|
2020-05-09 03:16:20 +03:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
|
<link rel="stylesheet" href="/~debug/css/index.css" />
|
|
|
|
<link rel="icon" type="image/png" href="/~launch/img/Favicon.png">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="w-100 h-100">
|
|
|
|
<div id="root" class="w-100 h-100">
|
|
|
|
</div>
|
2020-06-24 04:46:20 +03:00
|
|
|
<script src="/~landscape/js/channel.js"></script>
|
|
|
|
<script src="/~landscape/js/session.js"></script>
|
2020-05-09 03:16:20 +03:00
|
|
|
<script src="/~debug/js/index.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|