Update index.html
This commit is contained in:
parent
8ce2ce1f0d
commit
d077ec076b
|
@ -3,10 +3,13 @@
|
||||||
<body>
|
<body>
|
||||||
<embed src="ambient.wav" width="0" height="0" loop="true" autostart="true" hidden="true">
|
<embed src="ambient.wav" width="0" height="0" loop="true" autostart="true" hidden="true">
|
||||||
<h1>About DremJS<h1>
|
<h1>About DremJS<h1>
|
||||||
<h2>Version: 0.0.6-1a</h2>
|
<h2>Version: 0.0.7a</h2>
|
||||||
<p>Note: If something isn't right with your desktop, try reloading the frame! If that doesn't work, clear your browsers cache!</p>
|
<p>Note: If something isn't right with your desktop, try reloading the frame! If that doesn't work, clear your browsers cache!</p>
|
||||||
<p>Another Note: When loading an app or clicking the Start button, flickering is normal. This is just because the IFrame is loading the application.</p>
|
<p>Another Note: When loading an app or clicking the Start button, flickering is normal. This is just because the IFrame is loading the application.</p>
|
||||||
<p>Changelog:<p>
|
<p>Changelog:<p>
|
||||||
|
<p>Version 0.0.7</p>
|
||||||
|
<p>~Compatibility Update</p>
|
||||||
|
<p>+Changed iframes to use %'s rather than px. This will make the OS grow or shrink per the device's size. This was mainly added for smaller devices such as phones and tablets.</p>
|
||||||
<p>Version 0.0.6-1a</p>
|
<p>Version 0.0.6-1a</p>
|
||||||
<p>+Open menu sound added</p>
|
<p>+Open menu sound added</p>
|
||||||
<p>+Ambient music added in some built in applications</p>
|
<p>+Ambient music added in some built in applications</p>
|
||||||
|
|
Loading…
Reference in a new issue