pulsar/static/index.html

10 lines
251 B
HTML
Raw Normal View History

<!DOCTYPE html>
2015-05-12 21:20:41 +03:00
<html>
2012-08-22 04:22:43 +04:00
<head>
<meta http-equiv="Content-Security-Policy" content="default-src *; img-src data: *; script-src 'self'; style-src 'self' 'unsafe-inline';">
<script src="index.js"></script>
2012-08-22 04:22:43 +04:00
</head>
<body tabindex="-1">
2012-08-22 04:22:43 +04:00
</body>
</html>