summaryrefslogtreecommitdiff
path: root/frontend/static/register/reset
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/register/reset')
-rw-r--r--frontend/static/register/reset/.htaccess1
-rw-r--r--frontend/static/register/reset/index.html57
2 files changed, 58 insertions, 0 deletions
diff --git a/frontend/static/register/reset/.htaccess b/frontend/static/register/reset/.htaccess
new file mode 100644
index 0000000..717ec6f
--- /dev/null
+++ b/frontend/static/register/reset/.htaccess
@@ -0,0 +1 @@
+DirectoryIndex index.html
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>