parent
ea8eefb896
commit
bb74b1d0e9
5 changed files with 28 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
public/*.png filter=lfs diff=lfs merge=lfs -text
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<title>Schreiben</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
BIN
public/edit-2-outline-192.png
(Stored with Git LFS)
Normal file
BIN
public/edit-2-outline-192.png
(Stored with Git LFS)
Normal file
Binary file not shown.
1
public/edit-2-outline.svg
Normal file
1
public/edit-2-outline.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g data-name="Layer 2"><g data-name="edit-2"><rect width="24" height="24" opacity="0"/><path d="M19 20H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2z"/><path d="M5 18h.09l4.17-.38a2 2 0 0 0 1.21-.57l9-9a1.92 1.92 0 0 0-.07-2.71L16.66 2.6A2 2 0 0 0 14 2.53l-9 9a2 2 0 0 0-.57 1.21L4 16.91a1 1 0 0 0 .29.8A1 1 0 0 0 5 18zM15.27 4L18 6.73l-2 1.95L13.32 6zm-8.9 8.91L12 7.32l2.7 2.7-5.6 5.6-3 .28z"/></g></g></svg>
|
After Width: | Height: | Size: 457 B |
22
public/manifest.webmanifest
Normal file
22
public/manifest.webmanifest
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Schreiben",
|
||||
"short_name": "Schreiben",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/edit-2-outline-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/edit-2-outline.svg",
|
||||
"sizes": "512x512",
|
||||
"type": "image/svg+xml"
|
||||
}
|
||||
],
|
||||
"id": "/",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#FFFFFF",
|
||||
"theme_color": "#FFFFFF"
|
||||
}
|
Loading…
Reference in a new issue