Mailspring/app/static/index.html

13 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>