Merge pull request #374 from denzelsN/1.0.x

Add no-cache meta tag
This commit is contained in:
denzelsN
2015-04-28 11:03:26 +09:00
+4 -1
View File
@@ -8,9 +8,12 @@
<!--[if gt IE 8]><!-->
<html lang="en-US" class="no-js"> <!--<![endif]-->
<head>
<title>PINPOINT</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PINPOINT</title>
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->