mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html class="no-js rl-booted-trigger rl-started-trigger" dir="{{BaseDir}}">
|
|
<head>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
|
|
</noscript>
|
|
<!--[if lte IE 8]>
|
|
<meta http-equiv="refresh" content="0; URL=./?/BadBrowser" />
|
|
<![endif]-->
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="viewport" content="{{BaseViewport}}" id="app-head-viewport">
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="google" content="notranslate" />
|
|
<meta name="robots" content="noindex,nofollow,noodp" />
|
|
<meta name="AppBootData" content='{{RainloopBootData}}' id="app-boot-data" />
|
|
{{BaseContentSecurityPolicy}}
|
|
<title></title>
|
|
{{BaseAppFaviconPngLinkTag}}
|
|
{{BaseAppFaviconTouchLinkTag}}
|
|
<link type="text/css" rel="stylesheet" href="{{BaseAppMainCssLink}}" />
|
|
<link type="text/css" rel="stylesheet" href="{{BaseAppThemeCssLink}}" id="app-theme-link" />
|
|
</head>
|
|
<body>
|
|
<div id="rl-app"></div>
|
|
<div id="rl-check"></div>
|
|
<script type="text/javascript" data-cfasync="false" src="{{BaseAppBootScriptLink}}"></script>
|
|
</body>
|
|
</html>
|