mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 10:33:56 +08:00
13 lines
279 B
HTML
13 lines
279 B
HTML
|
<!DOCTYPE html>
|
||
|
<html style="background: #fff">
|
||
|
<head>
|
||
|
<title></title>
|
||
|
|
||
|
<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>
|