mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
27 lines
955 B
HTML
27 lines
955 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Terminal</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": "Terminal",
|
|
"short_name": "Terminal",
|
|
"description": "A%20terminal%20for%20your%20Urbit.",
|
|
"display": "standalone",
|
|
"background_color": "%23FFFFFF",
|
|
"theme_color": "%23000000"}' />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/session.js"></script>
|
|
</body>
|
|
</html>
|