mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
10 lines
234 B
HTML
10 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self'; style-src 'self' 'unsafe-inline';">
|
|
<script src="index.js"></script>
|
|
</head>
|
|
<body tabindex="-1">
|
|
</body>
|
|
</html>
|