13 lines
415 B
HTML
13 lines
415 B
HTML
<html>
|
|
<title>About DremJS</title>
|
|
<body>
|
|
<h1>About DremJS<h1>
|
|
<h2>Version: 0.0.1a</h2>
|
|
<p>Changelog:<p>
|
|
<p>Version 0.0.1</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>
|
|
</body>
|
|
</html>
|