Update collectionjs.html
This commit is contained in:
parent
be2698acdb
commit
23f42077be
|
@ -20,10 +20,6 @@
|
|||
background-color:#009ac7;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
width: 580px;
|
||||
bottom: 150px;
|
||||
right: 13px;
|
||||
}
|
||||
.rel-uemb {
|
||||
position: relative;
|
||||
|
@ -36,6 +32,18 @@
|
|||
.cwhite {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
img {
|
||||
padding: 0;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -60,13 +68,13 @@
|
|||
<p>Released: June 30, 2018</p>
|
||||
<br />
|
||||
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>
|
||||
<div class="box-blue-emb" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')">
|
||||
<center>
|
||||
<h2 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version 1.0.0</h3>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-blue-emb" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')">
|
||||
<center>
|
||||
<h2 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version 1.0.0</h3>
|
||||
</center>
|
||||
</div>
|
||||
<center><p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p></center>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue