UNPKG

remoteview

Version:

Remote isolated browser platform by Dosyago

27 lines (25 loc) 638 B
<head> <title>Minified</title> <link rel=stylesheet href=styles/styletidyup.css> <!-- <link rel=stylesheet href=styles/basic.css> <link rel=stylesheet href=styles/dark.css> <link rel=stylesheet href=styles/light.css> <link rel=stylesheet href=styles/darkmode.css> --> <script type=module> import {DEBUG} from '../../voodoo/src/common.js'; const docEl = document.documentElement; if (DEBUG.neonMode) { docEl.classList.add('neon'); } </script> <script type=module src=page/listen.js></script> <style> :root, body { touch-action: auto; } </style> </head> <body> </body>