2020-11-28 00:12:21 -08:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-11-29 12:02:52 -08:00
|
|
|
<title>Browser Manager</title>
|
2020-11-28 00:12:21 -08:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root" />
|
|
|
|
<script src="/~landscape/js/channel.js"></script>
|
|
|
|
<script src="/~landscape/js/session.js"></script>
|
|
|
|
<script src="/~browsermanager/js/index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|