mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-14 18:51:52 +01:00
Add cache control in web viewer
This commit is contained in:
3
.github/web-viewer/index.html
vendored
3
.github/web-viewer/index.html
vendored
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user