Stopped caching HTML files on most browsers.

This commit is contained in:
Savetheinternet 2010-11-05 20:54:44 +11:00
parent 43b62acb44
commit 395aa543a6
3 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@
<head>
<link rel="stylesheet" media="screen" href="{index}style.css"/>
<title>{title}</title>
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<body>
<h1>{title}</h1>