Blame view

public/index.html 726 Bytes
simon committed
1
<!DOCTYPE html>
simon committed
2
<html >
simon committed
3 4 5 6

<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
joe committed
7
	<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1">
simon committed
8
	<link rel="icon" href="<%= BASE_URL %>favicon.ico">
simon committed
9 10
	<link rel="stylesheet" href="./css/pure-min.css">
	<link rel="stylesheet" href="./css/grids-responsive-min.css">
simon committed
11 12 13
	<!--[if gt IE 6]>

	<![endif]-->
joe committed
14
	<title>平安人寿香港</title>
simon committed
15 16 17 18 19 20 21 22 23
</head>

<body>
	<noscript>
		<strong>We're sorry but website doesn't work properly without JavaScript enabled. Please enable it to
			continue.</strong>
	</noscript>
	<div id="app"></div>
	<!-- built files will be auto injected -->
24
	<script src="./js/unionrsa.js"></script>
simon committed
25 26 27
</body>

</html>