real-debrid-downloader/src/renderer/index.html
Sucukdeluxe 474ff8cd26
Some checks are pending
Build and Release / build (push) Waiting to run
Release v1.4.39 with Multi Debrid Downloader title format
2026-03-01 02:25:17 +01:00

13 lines
307 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Multi Debrid Downloader</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./main.tsx"></script>
</body>
</html>