Files
MyClub/eshop/frontend/public/index.html
T
Tomas Dvorak dfc079288f hot fix #1
2026-01-26 08:13:18 +01:00

14 lines
372 B
HTML

<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1a365d" />
<title>MyClub E-shop</title>
</head>
<body>
<noscript>Pro zobrazení e-shopu je potřeba povolit JavaScript.</noscript>
<div id="root"></div>
</body>
</html>