Files
colanode/desktop/index.html
2024-07-30 16:42:09 +02:00

13 lines
352 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Neuron</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/renderer.ts"></script>
</body>
</html>