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