mirror of
https://github.com/morten-olsen/catpic.delivery.git
synced 2026-02-08 01:46:26 +01:00
Update
This commit is contained in:
1
README.md
Normal file
1
README.md
Normal file
@@ -0,0 +1 @@
|
||||
Icons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/)
|
||||
@@ -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
14
manifest.webmanifest
Normal 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
BIN
public/cat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
1
public/cat.svg
Normal file
1
public/cat.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.7 KiB |
Reference in New Issue
Block a user