Update index.html

This commit is contained in:
DremOS Developing Team 2018-09-26 15:33:43 -05:00 committed by GitHub
parent db86a0db0d
commit 382e61f705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,9 @@
<html>
<head>
<title>DremJS Market</title>
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
</head>
<body>
<h1>Welcome to the DremJS Market!</h1>
<h2>"Your one-stop-shop for any Web App you need!"</h2>
<hr />
@ -12,4 +17,5 @@
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Bellard-JSLinux.zip'" />
<hr />
<p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p>
</body>
</html>