Skip to content

Commit

Permalink
link add
Browse files Browse the repository at this point in the history
  • Loading branch information
dolikey committed Jul 7, 2019
1 parent 87862c5 commit ccde890
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<head>
<title>Earn More Money</title>
<meta charset="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="manifest" href="/manifest.webmanifest">
<script>!function(n){var e=n.document,t=e.documentElement,i=750,o=i/32,a="orientationchange"in n?"orientationchange":"resize",d=function(){var n=t.clientWidth||320,n=n>750?750:320>n?320:n;var r=n/o>16?16:n/o;t.style.fontSize=r+"px"};e.addEventListener&&n.addEventListener(a,d,!1),d()}(window);</script>
<!-- CMT_STYLE -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
Expand Down
42 changes: 42 additions & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "Cybermiles",
"short_name": "Cybermiles",
"description": "Blockchain for E-commerce",
"start_url": "/",
"background_color": "#EBEDF2",
"theme_color": "#3D63AE",
"display": "standalone",
"icons": [{
"src": "https://cybermiles.io/icons/icon-48x48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "https://cybermiles.io/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "https://cybermiles.io/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "https://cybermiles.io/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "https://cybermiles.io/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "https://cybermiles.io/icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "https://cybermiles.io/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
}, {
"src": "https://cybermiles.io/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}]
}

0 comments on commit ccde890

Please sign in to comment.