mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
11 lines
235 B
HTML
11 lines
235 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>
|