mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
12 lines
369 B
HTML
12 lines
369 B
HTML
<!DOCTYPE html>
|
|
<html style="background: #fff">
|
|
<head>
|
|
<title>Nylas Mail</title>
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src * nylas:; script-src 'self' 'unsafe-eval' chrome-extension://react-developer-tools; style-src * 'unsafe-inline' nylas:; img-src * data: nylas: file:;">
|
|
|
|
<script src="index.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|