-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlivly-release-notes.html
More file actions
47 lines (40 loc) · 1.35 KB
/
livly-release-notes.html
File metadata and controls
47 lines (40 loc) · 1.35 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<head>
<meta charset="utf-8">
<title>Livly Update</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/updatePage.css">
</head>
<body>
<div id="bg"></div>
<div id="content">
<h1>Woohoo!</h1>
<h2>Livly has been updated!</h2>
<br>
<h3>Tips</h3>
<ul>
<li>Press spacebar to open or close the bookmarks dock</li>
<li>Double-click your name to change it</li>
<li>Press the 'i' key to see info about the current background picture</li>
</ul>
<br>
<h3>Check out what's new!</h3>
<h3>0.2.4</h3>
<p></p>
<ul>
<li>12 more beautiful backgrounds</li>
<li>A few new things to say</li>
<li>Groundwork for new features</li>
</ul>
<br>
<p>If you ran into any problems after this update, try the following:</p>
<ol>
<li>Open Chrome Developer Tools (Settings->More Tools->Developer Tools)</li>
<li>Click on the Console tab</li>
<li>Type in <b>localStorage.clear()</b></li>
<li>Then press the Enter key, close the Developer Tools, and reload the page</li>
</ol>
<hr>
<!-- <h3>Past versions</h3> -->
</div>
</body>