16 lines
713 B
HTML
16 lines
713 B
HTML
<html>
|
|
<title>About DremJS</title>
|
|
<body>
|
|
<h1>About DremJS<h1>
|
|
<h2>Version: 0.0.2a</h2>
|
|
<p>Changelog:<p>
|
|
<p>Version 0.0.2a</p>
|
|
<p>This version actually used javascript for the home button! Now DremJS really is DremJS! Seriously though, when installing web apps on this thing that don't have a home button, this button is a life saver.</p>
|
|
<p>Version 0.0.1a</p>
|
|
<p>The first ever version. Doesn't even have JS yet, despite the name. Don't expect much.</p>
|
|
<p>Future ideas:</p>
|
|
<p>To be able to go back to the home screen easier, I will soon add a home button by loading apps using iframe instead.</p>
|
|
<a href="/DremJS/index.html"><p>Home</p></a>
|
|
</body>
|
|
</html>
|