/
IvanWake
/
cookieStore
Обзор
Документация
Войти
/
IvanWake
/
cookieStore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
public/index.html
19 строк
572 B
Sergey Andrianov
Fixed firebase, added price and decsription to products
16 дек 2023, 22:27
16 дек 2023, 22:27
3bc054f
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/logo.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#ffcca7" /> <meta name="CookieStore" content="CookieStore is an Online Marketplace" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <title>CookieStore</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body> </html>