summaryrefslogtreecommitdiff
path: root/frontend/static/register/reset/index.html
blob: 28339e98765c79f6a964d2f86fedc858d2f8a65c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<style type="text/css">
body
{
background-image:url(http://www.carbonpictures.com/bucky/data/1826/wood.gif);
}
#desk
{
position:fixed;
bottom:40px;
left:20px;
z-index:10px;
}
#mirror
{
position:fixed;
top:200px;
right:50px;
}
#main
{
position:absolute;
margin-left:250px;
width:70%;
height:300px;
bottom:0px;
border-style:outset;
border-width:10px;
border-color:aqua;
z-index:0;
font-size:1em;
color:red;
background-color:whitesmoke;
font-family:times;
text-align:center;
}
</style>
</head>
<body>
	<div id="main">
	SORRY, THIS FEATURE IS CURRENTLY UNAVAILABLE. PLEASE EMAIL:</br>
	<span id="email" class="contacts">peppersclothescult@gmail.com</span></br>

	--OR SEND MESSAGE TO--</br>
	<span id="facebook" class="contacts"><a href="http://www.facebook.com/AAAFFF">http://www.facebook.com/AAAFFF</a></span></br>
	DANKE SCHOEN
	
	</div>
<img id="desk" src="http://asdf.us/im/e3/1323418221016dumpfmFAUXreal363792_1323419538_pepper.gif"></img>
<img id="mirror" src="http://asdf.us/im/15/Product280251full_1323420233_pepper.gif"></img>
</body>




</html>