Files
music-repo/packages/frontend/index.html

11 lines
262 B
HTML

<!doctype html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Repozytorium muzyczne</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="src/index.tsx"></script>
</head>
<body></body>
</html>