Update index.html
This commit is contained in:
parent
eebb42d3a4
commit
4ae350346d
|
@ -3,11 +3,14 @@
|
||||||
<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.7a</h2>
|
<h2>Version: 0.0.7-1a</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>Version 0.0.7-1a</p>
|
||||||
|
<p>~Compatibility Update</p>
|
||||||
|
<p>Tured some .wav files into mp3 files for consistancy, and for better support for MiniWeb</p>
|
||||||
|
<p>Version 0.0.7a</p>
|
||||||
<p>~Compatibility Update</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>+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>
|
||||||
|
|
Loading…
Reference in a new issue