more bootstrap

This commit is contained in:
Willyb321
2018-12-03 08:29:25 +11:00
parent 85452d7c72
commit b3e632adbc
5 changed files with 9 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 31 KiB

BIN
public/img/coriolis.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -4,12 +4,17 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="manifest" href="<%= BASE_URL %>manifest.json">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>coriolis-v</title>
<meta property="og:image:url" content="<%= BASE_URL %>img/coriolis.png"/>
<meta property="og:image:width" content="200"/>
<meta property="og:image:height" content="200"/>
<title>Coriolis</title>
</head>
<body>
<noscript>
<strong>We're sorry but coriolis-v doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Coriolis doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis-v",
"short_name": "coriolis-v",
"name": "Coriolis",
"short_name": "Coriolis",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",