Add cache control in web viewer

This commit is contained in:
2024-05-31 09:11:43 +02:00
parent e102693ce0
commit a2de1c8ff1

View File

@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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"/>
<title>M.Sc. AI notes</title>
<style>