summaryrefslogtreecommitdiff
path: root/frontend/static/register/reset/index.html
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-11-26 12:05:40 -0500
committerroot <root@lalalizard.com>2012-11-26 12:05:40 -0500
commitef51b60c6481254d88c5fc3c34f4127b7f881a58 (patch)
tree42a9596a7d53951d2a10f60fea4c2854fc9348af /frontend/static/register/reset/index.html
parentddc5b25b4a47ef8175aced9c06fc1767d004e826 (diff)
Frontend static/ folder
Diffstat (limited to 'frontend/static/register/reset/index.html')
-rw-r--r--frontend/static/register/reset/index.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/frontend/static/register/reset/index.html b/frontend/static/register/reset/index.html
new file mode 100644
index 0000000..28339e9
--- /dev/null
+++ b/frontend/static/register/reset/index.html
@@ -0,0 +1,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>