mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
15 lines
429 B
HTML
15 lines
429 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>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|