This commit is contained in:
Morten Olsen
2021-06-09 13:48:39 +02:00
parent 6ea785d076
commit c1b56ff1a9
5 changed files with 24 additions and 1 deletions

1
README.md Normal file
View File

@@ -0,0 +1 @@
Icons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/)

View File

@@ -1,8 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<title>catpic.delivery</title>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-title" content="catpic.delivery">
<link rel="shortcut icon" href="./public/cat.png" />
<link rel="apple-touch-icon" href="./public/cat.png" />
<meta name="theme-color" content="#fff" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

14
manifest.webmanifest Normal file
View File

@@ -0,0 +1,14 @@
{
"short_name": "catpic-delivery",
"name": "catpic.delivery",
"icons": [
{
"src": "public/cat.png",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

BIN
public/cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

1
public/cat.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB