mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
12 lines
300 B
HTML
12 lines
300 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Multi Downloader</title>
|
|
<link rel="icon" type="image/webp" href="favicon.webp" />
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval'" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|