Skip to content

Commit

Permalink
Cache busting example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat committed Feb 5, 2024
1 parent aef5b49 commit ea04c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Quick and Dirty Testing for Surreal</title>
<!-- <script src="https://cdn.jsdelivr.net/gh/gnat/surreal/surreal.js"></script> -->
<script src="surreal.js"></script> <!-- jsdeliver is taking too long to update -->
<link rel="stylesheet" href="tests/reset.css?12" /> <!-- NOTE: You can remove "?11" it is only for cache-busting on github. -->
<link rel="stylesheet" href="tests/reset.css?13" /> <!-- NOTE: You can remove "?13" it is only for cache-busting on github. -->
<meta http-equiv="cache-control" content="no-cache" />
</head>
<body>
Expand Down

0 comments on commit ea04c75

Please sign in to comment.