mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
15 lines
302 B
HTML
15 lines
302 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>
|