Create error-2010-0001.html
This commit is contained in:
parent
4d91039d30
commit
fe19500e65
47
error-2010-0001.html
Normal file
47
error-2010-0001.html
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>DremJS Market</title>
|
||||||
|
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||||
|
<style>
|
||||||
|
.box-blue {
|
||||||
|
margin:0 0 25px;
|
||||||
|
overflow:hidden;
|
||||||
|
padding:0px;
|
||||||
|
background-color:#FFFFFF;
|
||||||
|
border:1px solid #8b8b8b;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
.box-blue-emb {
|
||||||
|
margin:0 0 25px;
|
||||||
|
overflow:hidden;
|
||||||
|
padding:25px;
|
||||||
|
background-color:#009ac7;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
height: 10px;
|
||||||
|
}
|
||||||
|
.rel-uemb {
|
||||||
|
position: relative;
|
||||||
|
left: 25px;
|
||||||
|
}
|
||||||
|
.rel-emb {
|
||||||
|
position: absolute;
|
||||||
|
top: 2px;
|
||||||
|
}
|
||||||
|
.cwhite {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<center>
|
||||||
|
<div style="box-blue">
|
||||||
|
<h2 style="cwhite">Error (Code: 2010-0001)</h2>
|
||||||
|
<div style="box-blue-emb">
|
||||||
|
<p>The DremJS Market is temporarily closed for remodeling and/or maintenance.</p>
|
||||||
|
</div>
|
||||||
|
<p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue