mirror of
https://github.com/status-im/os.status.network.git
synced 2026-08-27 17:01:13 +00:00
47 lines
1.5 KiB
HTML
47 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="Old computer style gateway to Status Network ecosystem"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Old computer style gateway to Status Network ecosystem"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="Status Network, Retro, OS"
|
|
/>
|
|
<meta property="og:image" content="https://raw.githubusercontent.com/status-im/sn-os/refs/heads/master/.github/assets/demo.png" />
|
|
<!--
|
|
Notice the use of %PUBLIC_URL% in the tags above.
|
|
It will be replaced with the URL of the `public` folder during the build.
|
|
Only files inside the `public` folder can be referenced from the HTML.
|
|
|
|
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
|
work correctly both with client-side routing and a non-root public URL.
|
|
Learn how to configure a non-root public URL by running `npm run build`.
|
|
-->
|
|
<title>Status Network OS</title>
|
|
<link
|
|
href="https://unpkg.com/basscss@8.0.2/css/basscss.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<style>
|
|
body,
|
|
html {
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|