snappymail/rainloop/v/0.0.0/app/templates/Index.html

31 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2015-07-30 01:21:24 +08:00
<html class="no-js rl-booted-trigger rl-started-trigger" dir="{{BaseDir}}">
<head>
<noscript>
2014-07-16 02:45:15 +08:00
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
</noscript>
<!--[if lte IE 8]>
2014-07-16 02:45:15 +08:00
<meta http-equiv="refresh" content="0; URL=./?/BadBrowser" />
<![endif]-->
2016-05-20 08:04:15 +08:00
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
2016-06-16 07:36:44 +08:00
<meta name="viewport" content="{{BaseViewport}}">
2016-05-20 08:04:15 +08:00
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="google" content="notranslate" />
2016-05-20 08:04:15 +08:00
<meta name="robots" content="noindex,nofollow,noodp" />
<meta name="AppBootData" content='{{RainloopBootData}}' id="app-boot-data" />
2016-05-24 05:56:48 +08:00
{{BaseContentSecurityPolicy}}
<title></title>
2016-05-20 08:04:15 +08:00
{{BaseAppFaviconPngLinkTag}}
{{BaseAppFaviconTouchLinkTag}}
<link type="text/css" rel="stylesheet" href="{{BaseAppMainCssLink}}" />
2016-05-20 08:04:15 +08:00
<link type="text/css" rel="stylesheet" href="{{BaseAppThemeCssLink}}" id="app-theme-link" />
2016-07-11 18:11:26 +08:00
<link rel="manifest" href="{{BaseAppManifestLink}}" />
</head>
<body>
2016-05-20 08:04:15 +08:00
<div id="rl-app"></div>
<div id="rl-check"></div>
2016-05-20 08:04:15 +08:00
<script type="text/javascript" data-cfasync="false" src="{{BaseAppBootScriptLink}}"></script>
</body>
</html>