Update index.html

This commit is contained in:
DremOS Developing Team 2018-09-24 09:53:24 -05:00 committed by GitHub
parent a130ae72ba
commit 465f73b329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,20 @@
<html> <html>
<head>
<title>About DremJS</title> <title>About DremJS</title>
</head>
<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.7-1a</h2> <h2>Version: 0.0.7-2a</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-2a</p>
<p>Ironically, fixed a bug in the debug application which caused DremJS to open in a new tab when clicking "Go Back"</p>
<p>Version 0.0.7-1a</p> <p>Version 0.0.7-1a</p>
<p>~Compatibility Update</p> <p>~Compatibility Update</p>
<p>Tured some .wav files into mp3 files for consistancy, and for better support for MiniWeb</p> <p>Tured some .wav files into mp3 files for consistancy, and for better support for MiniWeb</p>
<p>Made the Debug application an application with the purpose of bug reporting</p>
<p>Version 0.0.7a</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>