Update index.html

This commit is contained in:
Innovation Inc 2019-04-22 10:20:50 -05:00 committed by GitHub
parent 365b156500
commit 1e4e32f267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
<head> <head>
<title>DremJS Market</title> <title>DremJS Market</title>
<embed src="load.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" /> <embed src="load.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
<meta http-equiv="refresh" content="10;URL='index-shop.html'" />
<style> <style>
.box-blue { .box-blue {
margin:0 0 25px; margin:0 0 25px;
@ -53,8 +54,8 @@
} }
.br { .br {
position: absolute; position: absolute;
bottom: 2px; bottom: 0px;
right: 2px; right: 0px;
} }
</style> </style>
</head> </head>