mirror of
https://github.com/autotetst/mock.service.git
synced 2026-04-28 11:40:05 +00:00
+ фавикон
This commit is contained in:
parent
36aa4db23c
commit
30a9c38e48
3 changed files with 5 additions and 2 deletions
|
|
@ -2,12 +2,15 @@
|
|||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#25606f" />
|
||||
<link rel="icon" type="image/png" href="/pwa-192x192.png" sizes="192x192" />
|
||||
<link rel="icon" type="image/png" href="/pwa-512x512.png" sizes="512x512" />
|
||||
<link rel="apple-touch-icon" href="/pwa-192x192.png" />
|
||||
<title>Mock Service</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
BIN
frontend/public/pwa-192x192.png
Normal file
BIN
frontend/public/pwa-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5 KiB |
BIN
frontend/public/pwa-512x512.png
Normal file
BIN
frontend/public/pwa-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Add a link
Reference in a new issue