mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
12 lines
365 B
HTML
12 lines
365 B
HTML
<!DOCTYPE html>
|
|
<html style="background: #fff">
|
|
<head>
|
|
<title>Merani</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>
|