myRemind.html 1.34 KB
Newer Older
hanpeng committed
1 2 3 4
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
		<meta content="yes" name="apple-mobile-web-app-capable">
		<meta content="black" name="apple-mobile-web-app-status-bar-style">
		<meta content="telephone=no" name="format-detection">
		<meta content="email=no" name="format-detection">
		<link rel="stylesheet" type="text/css" href="https://review-formal.iplusmed.com/Common/css/wechat_Reset.min.css" />
		<link rel="stylesheet" type="text/css" href="../css/myEMR.css"/>
		<script src="https://review-formal.iplusmed.com/Common/javaScript/calRem.js" type="text/javascript" charset="utf-8"></script>
		<title>我的提醒</title>
		<script src="https://review-formal.iplusmed.com/Common/javaScript/require.min.js"></script>
		<script type="text/javascript">
			require.config({
				baseUrl: "./",
				paths: {
					"zepto": "https://review-formal.iplusmed.com/Common/javaScript/zepto.min",
					"medtap": "https://review-formal.iplusmed.com/Common/javaScript/medtap_core_wx",
					"md5": "https://review-formal.iplusmed.com/Common/javaScript/md5.min"
				},
				shim: {
					"zepto": {
						exports: "$"
					}
				}
			});
		</script>
hanpeng committed
30 31 32
	</head>
	<body>
	</body>
33 34 35
	<script type="text/javascript">
		require(['../javaScript/myRemind.html'])
	</script>
hanpeng committed
36
</html>