Skip to content

Commit 722349f

Browse files
committed
manifest, meta tagy
1 parent a25ff18 commit 722349f

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#000000</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

index.html

+10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
<head>
44
<title>Inifinity loop</title>
55
<meta charset="utf-8">
6+
<base href="https://infinityloop.cz/" />
7+
<link rel="manifest" href="/manifest.json">
68
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9+
<meta name="robots" content="index,follow" />
10+
<meta name="description" content="Softwarová řešení na míru" />
11+
<meta name="keywords" content="infinity,loop,project,solution,software" />
12+
<meta name="author" content="Infinity loop s.r.o." />
13+
<meta name="theme-color" content="#000000" />
14+
<meta name="msapplication-TileColor" content="#000000">
15+
<meta name="application-name" content="Infinity loop">
16+
<meta name="apple-mobile-web-app-title" content="Infinity loop">
717
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
818
<link rel="stylesheet" href="css/bootstrap.min.css">
919
<link rel="stylesheet" href="css/style.css">

manifest.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Infinity loop",
3+
"short_name": "Infinity loop",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#000000",
17+
"background_color": "#000000",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)