Created
October 30, 2020 13:03
-
-
Save serge-hulne/eec4ab8a6d3fe761c21ea70c96358970 to your computer and use it in GitHub Desktop.
index_customized.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
| <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' "> | |
| <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self' "> | |
| </head> | |
| <body> | |
| We are using Node.js <span id="node-version"></span>, | |
| Chromium <span id="chrome-version"></span>, | |
| and Electron <span id="electron-version"></span>. | |
| <!-- You can also require other files to run in this process --> | |
| <!-- <script src="./renderer.js"></script> --> | |
| <link rel="stylesheet" href="./node_modules/picnic/picnic.min.css"> | |
| <script src="./app.ts"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment