-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
16 lines (16 loc) · 862 Bytes
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<head>
<body>
<div>
<h1>Help!</h1>
<p>If you're having trouble accessing your saved data try the following:</p>
<p>Accessing via multiple devices:</p>
<ol>
<li>Ensure you are opening the webpage using Google Chrome.</li>
<li>Double-check that 'Sync' is switched on across both devices, noting this will require you to login with the Google Account.</li>
<li>Check that you have the Chrome Extension 'Local Storage Sync' running and that this has saved your latest updates.</li>
<li>Finally, on the second device, ensure that you have imported your last saved state and reloaded the page (not using the 'reload' within the Chrome Extension).</li>
</ol>
</div>
</body>
</head>