BIN
ayanova/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
ayanova/public/img/icons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
ayanova/public/img/icons/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
ayanova/public/img/icons/apple-touch-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
ayanova/public/img/icons/apple-touch-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
ayanova/public/img/icons/apple-touch-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
ayanova/public/img/icons/apple-touch-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
ayanova/public/img/icons/apple-touch-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
ayanova/public/img/icons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
ayanova/public/img/icons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 555 B |
BIN
ayanova/public/img/icons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
ayanova/public/img/icons/msapplication-icon-144x144.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
ayanova/public/img/icons/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
1
ayanova/public/img/icons/safari-pinned-tab.svg
Normal file
|
After Width: | Height: | Size: 11 KiB |
28
ayanova/public/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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="icon" href="<%= BASE_URL %>favicon.ico" />
|
||||
<title>ayanova</title>
|
||||
<!-- <link
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
|
||||
/> -->
|
||||
|
||||
<!--
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
|
||||
-->
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong
|
||||
>AyaNova doesn't work without JavaScript enabled. Please enable it to
|
||||
continue.</strong
|
||||
>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
20
ayanova/public/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "ayanova",
|
||||
"short_name": "ayanova",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./img/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./img/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#000000",
|
||||
"theme_color": "#4DBA87"
|
||||
}
|
||||
2
ayanova/public/robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||