pulsar/static/index.html

13 lines
279 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html style="background: #fff">
2012-08-22 04:22:43 +04:00
<head>
<title></title>
2012-08-22 04:22:43 +04:00
<meta http-equiv="Content-Security-Policy" content="default-src *; 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>