mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>OS1</title>
|
|
<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": "OS1",
|
|
"short_name": "OS1",
|
|
"description": "An%20interface%20to%20your%20Urbit.",
|
|
"display": "standalone",
|
|
"background_color": "%23FFFFFF",
|
|
"theme_color": "%23000000"}' />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="portal-root"></div>
|
|
<script src="/~landscape/js/channel.js"></script>
|
|
<script src="/~landscape/js/session.js"></script>
|
|
<script src="/~landscape/js/bundle/index.47da5d209b0117cee942.js"></script>
|
|
</body>
|
|
</html>
|