-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathcacheclear.html
26 lines (23 loc) · 1.22 KB
/
cacheclear.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Squirdle Daily</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Telex" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="scripts/game.js" type="module"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="daily">
<h2>Squirdle</h2>
<h3>A Pokémon Wordle-like by <a href="https://www.fireblend.com">Fireblend</a></h3>
<h3>Clearing your cache</h3>
<p><b>Most Browsers (PC)</b>: Just press Ctrl+F5 while in the page you want to reset the cache for.</p>
<p><b>Chrome on Android</b>: Open Chrome and go into Settings -> Privacy -> Clear Browsing Data. Check <b>only</b> "<u>Cached Images and Files</u>".</p>
<p><b>iOS</b>: Turn on airplane mode, and try to load the page so it fails. Turn off airplane mode and try again, the cache should be reset.</p>
<a href="index.html">Back to Squirdle!</a>
</body>
</html>