From 382e61f70581318ddf52f331f8ae40e6e9087017 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Wed, 26 Sep 2018 15:33:43 -0500 Subject: [PATCH] Update index.html --- index.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 5c476fc..2ffc336 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,21 @@ <html> - <h1>Welcome to the DremJS Market!</h1> - <h2>"Your one-stop-shop for any Web App you need!"</h2> - <hr /> - <h2>Collection.JS</h2> - <p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p> - <p>Provided by SparrOSDeveloperTeam</p> - <input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip'" /> - <hr /> - <h2>Bellard JSLinux</h2> - <p>Our computers can't seem to understand how to use the make command so we made an app that connects directly to the demo website. You can connect your VFsync account to most of the OSes on this site to save your files, so you don't lose everything due to going to the home screen.</p> - <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> + <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 /> + <h2>Collection.JS</h2> + <p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p> + <p>Provided by SparrOSDeveloperTeam</p> + <input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip'" /> + <hr /> + <h2>Bellard JSLinux</h2> + <p>Our computers can't seem to understand how to use the make command so we made an app that connects directly to the demo website. You can connect your VFsync account to most of the OSes on this site to save your files, so you don't lose everything due to going to the home screen.</p> + <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>