multi-downloader-nx_mirror/gui/react/public/index.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>