Update index.html
This commit is contained in:
parent
b50bac6aea
commit
c01833ffda
17
index.html
17
index.html
|
@ -2,10 +2,23 @@
|
||||||
<head>
|
<head>
|
||||||
<title>DremJS Market</title>
|
<title>DremJS Market</title>
|
||||||
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||||
|
<style>
|
||||||
|
.box-blue {
|
||||||
|
margin:0 0 25px;
|
||||||
|
overflow:hidden;
|
||||||
|
padding:20px;
|
||||||
|
background-color:#6BD5F1;
|
||||||
|
border:1px solid #afcde3;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Welcome to the DremJS Market!</h1>
|
<div class="box-blue">
|
||||||
<h2>"Your one-stop-shop for any Web App you need!"</h2>
|
<h1>Welcome to the DremJS Market!</h1>
|
||||||
|
<h2>"Your one-stop-shop for any Web App you need!"</h2>
|
||||||
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<h2>Collection.JS</h2>
|
<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>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>
|
||||||
|
|
Loading…
Reference in a new issue