urbit-browser-manager/gall-app/urbit/app/browsermanager/index.html

16 lines
419 B
HTML
Raw Normal View History

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>
2020-11-29 12:11:31 -08:00
<script src="/~browsermanager/js/bundle.js"></script>
2020-11-28 00:12:21 -08:00
</body>
</html>