Skip to content

Instantly share code, notes, and snippets.

@alielmajdaoui
Created October 30, 2022 01:32
Show Gist options
  • Save alielmajdaoui/b9a601f4eb2645d9e81f380554272fc0 to your computer and use it in GitHub Desktop.
Save alielmajdaoui/b9a601f4eb2645d9e81f380554272fc0 to your computer and use it in GitHub Desktop.
./src/settings-renderer/index.ejs
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' 'unsafe-inline'"
/>
<title>Settings Renderer</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment