mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
21 lines
558 B
HTML
21 lines
558 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Debug Dashboard</title>
|
|
<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>
|
|
<script src="/~landscape/js/channel.js"></script>
|
|
<script src="/~landscape/js/session.js"></script>
|
|
<script src="/~debug/js/index.js"></script>
|
|
</body>
|
|
|
|
</html>
|