mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Wallet</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="/~btc/img/touch_icon.png">
|
|
<link rel="icon" type="image/png" href="/~btc/img/Favicon.png">
|
|
-->
|
|
<link rel="manifest"
|
|
href='data:application/manifest+json,{
|
|
"name": "Wallet",
|
|
"short_name": "Wallet",
|
|
"description": "A%20bitcoin%20wallet%20for%20urbit",
|
|
"display": "standalone",
|
|
"background_color": "%23FFFFFF",
|
|
"theme_color": "%23000000"}' />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="portal-root"></div>
|
|
<script src="/apps/bitcoin/desk.js"></script>
|
|
<script src="/session.js"></script>
|
|
</body>
|
|
</html>
|