Files
sofarr/public/index.html
Gronod a7363fcb3a
Some checks failed
Build and Push Docker Image / build (push) Successful in 48s
Licence Check / Licence compatibility and copyright header verification (push) Failing after 1m6s
CI / Security audit (push) Successful in 1m29s
CI / Tests & coverage (push) Successful in 1m46s
v1.5.2: Build and deploy React client with Webhooks Configuration panel
2026-05-19 20:27:11 +01:00

15 lines
366 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Media Download Dashboard</title>
<script type="module" crossorigin src="app.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="root"></div>
</body>
</html>