spaceport/webclient/public/index.html

37 lines
1.1 KiB
HTML
Raw Normal View History

2020-01-06 23:32:29 +00:00
<!DOCTYPE html>
<html lang="en">
2020-01-07 02:10:25 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-01-16 02:49:09 +00:00
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
2020-01-07 02:10:25 +00:00
<meta
name="description"
2020-01-16 02:49:09 +00:00
content="Protospace Member Portal"
2020-01-07 02:10:25 +00:00
/>
2020-01-06 23:32:29 +00:00
2020-01-16 02:49:09 +00:00
<title>Protospace Member Portal</title>
2020-01-07 02:10:25 +00:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
2020-01-06 23:32:29 +00:00
2020-01-07 02:10:25 +00:00
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
2020-01-06 23:32:29 +00:00
2020-01-07 02:10:25 +00:00
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
2020-01-06 23:32:29 +00:00
</html>