1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-01-17 12:48:15 +01:00

add apple touch icon

This commit is contained in:
Morris Brodersen 2024-02-02 18:50:08 +01:00
parent b3d5be34ff
commit d5b8a1cad6
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -51,6 +51,7 @@
<link rel="stylesheet" href="styles/todo-item.css" />
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="images/icon180x180.png" />
</head>
<body>
<div class="todo-app"></div>