urbit/pkg/interface/public/index.html

29 lines
1.0 KiB
HTML
Raw Normal View History

2021-09-13 14:03:13 +03:00
<!doctype html>
<html>
2020-04-24 02:08:47 +03:00
<head>
2020-12-19 08:34:58 +03:00
<title>Landscape</title>
2021-09-13 14:03:13 +03:00
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no,maximum-scale=1"/>
<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">
<link rel="icon" type="image/png" href="/~landscape/img/Favicon.png">
<link rel="manifest"
href='data:application/manifest+json,{
"name": "Landscape",
"short_name": "Landscape",
"description": "An%20interface%20to%20your%20Urbit.",
"display": "standalone",
"background_color": "%23FFFFFF",
"theme_color": "%23000000"}' />
2020-04-24 02:08:47 +03:00
</head>
<body>
<div id="root"></div>
2021-09-13 14:03:13 +03:00
<div id="portal-root"></div>
<script src="/apps/landscape/desk.js"></script>
<script src="/session.js"></script>
2020-04-24 02:08:47 +03:00
</body>
</html>