HTML: tell browser not to cache

This commit is contained in:
Frede Hundewadt 2023-05-11 09:36:17 +02:00
parent 436867d86f
commit 83e6516efe

View file

@ -3,11 +3,9 @@
<head>
<meta charset="utf-8" />
<title>Innotec WWO</title>
<!--
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />