Add no-cache head tags from tenniscourtsopen.com.

This commit is contained in:
jkaplon 2016-10-05 13:09:43 -04:00
parent 462807845e
commit 6e91f62713

View File

@ -2,6 +2,11 @@
<html lang="en">
<head>
<title>Jody's Notes</title>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="lib/codemirror.css">
<link rel="stylesheet" href="addon/dialog/dialog.css">
<script src="lib/codemirror.js"></script>