Files
rsmv/src/assets/headless.html
2023-04-08 18:27:58 +02:00

12 lines
280 B
HTML

<!DOCTYPE html>
<html>
<!-- Mostly empty document in order to give nodegl execution a "domain" to give it access to localstorage and other apis -->
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
</head>
<body>
</body>
</html>