2019-06-05 00:29:53 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-05-06 19:12:14 +03:00
|
|
|
<title>OS1</title>
|
2019-06-05 00:29:53 +03:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport"
|
2020-08-11 23:20:19 +03:00
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no,maximum-scale=1"/>
|
2020-08-14 07:17:36 +03:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="apple-touch-fullscreen" content="yes" />
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
|
|
<link rel="apple-touch-icon" href="/~landscape/img/touch_icon.png">
|
2020-05-06 01:27:39 +03:00
|
|
|
<link rel="icon" type="image/png" href="/~landscape/img/Favicon.png">
|
2019-11-21 04:17:07 +03:00
|
|
|
<link rel="manifest"
|
2020-01-04 00:06:42 +03:00
|
|
|
href='data:application/manifest+json,{
|
2020-05-06 19:12:14 +03:00
|
|
|
"name": "OS1",
|
|
|
|
"short_name": "OS1",
|
|
|
|
"description": "An%20interface%20to%20your%20Urbit.",
|
2020-01-04 00:06:42 +03:00
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "%23FFFFFF",
|
2019-11-21 04:17:07 +03:00
|
|
|
"theme_color": "%23000000"}' />
|
2019-06-05 00:29:53 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-08-14 07:17:36 +03:00
|
|
|
<div id="root"></div>
|
2020-09-25 03:42:56 +03:00
|
|
|
<div id="portal-root"></div>
|
2020-05-06 01:27:39 +03:00
|
|
|
<script src="/~landscape/js/channel.js"></script>
|
|
|
|
<script src="/~landscape/js/session.js"></script>
|
2020-11-19 08:20:35 +03:00
|
|
|
<script src="/~landscape/js/bundle/index.018ff199ddaf3ebfebb0.js"></script>
|
2019-06-05 00:29:53 +03:00
|
|
|
</body>
|
|
|
|
</html>
|