15 lines
322 B
HTML
15 lines
322 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>
|