2013-11-16 06:21:12 +08:00
|
|
|
<!DOCTYPE html>
|
2015-07-30 01:21:24 +08:00
|
|
|
<html class="no-js rl-booted-trigger rl-started-trigger" dir="{{BaseDir}}">
|
2013-11-16 06:21:12 +08:00
|
|
|
<head>
|
|
|
|
<noscript>
|
2014-07-16 02:45:15 +08:00
|
|
|
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />
|
2013-11-16 06:21:12 +08:00
|
|
|
</noscript>
|
2014-09-05 23:53:44 +08:00
|
|
|
<!--[if lte IE 8]>
|
2014-07-16 02:45:15 +08:00
|
|
|
<meta http-equiv="refresh" content="0; URL=./?/BadBrowser" />
|
2013-11-16 06:21:12 +08:00
|
|
|
<![endif]-->
|
2016-05-20 08:04:15 +08:00
|
|
|
<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" />
|
2013-11-16 06:21:12 +08:00
|
|
|
<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}}
|
2013-11-16 06:21:12 +08:00
|
|
|
<title></title>
|
2016-05-20 08:04:15 +08:00
|
|
|
{{BaseAppFaviconPngLinkTag}}
|
|
|
|
{{BaseAppFaviconTouchLinkTag}}
|
2013-11-16 06:21:12 +08:00
|
|
|
<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" />
|
2013-11-16 06:21:12 +08:00
|
|
|
</head>
|
2013-12-27 22:05:04 +08:00
|
|
|
<body>
|
2016-05-20 08:04:15 +08:00
|
|
|
<div id="rl-app"></div>
|
2015-09-18 03:48:52 +08:00
|
|
|
<div id="rl-check"></div>
|
2016-05-20 08:04:15 +08:00
|
|
|
<script type="text/javascript" data-cfasync="false" src="{{BaseAppBootScriptLink}}"></script>
|
2013-11-16 06:21:12 +08:00
|
|
|
</body>
|
|
|
|
</html>
|