summaryrefslogtreecommitdiff
path: root/frontend/static/register
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-22 13:59:21 -0500
committerroot <root@lalalizard.com>2012-12-22 13:59:21 -0500
commit30720d91ee4c82985703ad9041c4666fdb8c6046 (patch)
treeb03bccbbb73feac6ed2b958e631f7743111f6887 /frontend/static/register
parent7d424a0c438a6a1e12c6d2913d8f22fa7efc7df6 (diff)
.fm to .com migration
Diffstat (limited to 'frontend/static/register')
-rw-r--r--frontend/static/register/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/static/register/index.html b/frontend/static/register/index.html
index 9cb385a..90775cd 100644
--- a/frontend/static/register/index.html
+++ b/frontend/static/register/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>SCANNERJAMMER REGISTRATION</title>
-<link rel="shortcut icon" href="http://scannerjammer.fm/favicon.ico" />
+<link rel="shortcut icon" href="http://scannerjammer.com/favicon.ico" />
<style type="text/css">
* { padding: 0; margin: 0; }
body
@@ -126,11 +126,11 @@ img
</style>
<body>
<section id="bg">
- <img src="http://scannerjammer.fm/img/glittergutzbg.gif" />
+ <img src="http://scannerjammer.com/img/glittergutzbg.gif" />
</section>
<section id="curtain"></section>
<section id="register">
- <img src="http://scannerjammer.fm/img/scanjam-title.gif" width="100%" /><br />
+ <img src="http://scannerjammer.com/img/scanjam-title.gif" width="100%" /><br />
<h1>official registration form</h1>
<label>username:</label>
@@ -150,11 +150,11 @@ img
<label></label>
<button id="register-go">REGISTER</button>
<br />
- <span id="reset"> Forgot your password? <a href="http://scannerjammer.fm/register/reset/index.html">RESET PASSWORD</a></span>
+ <span id="reset"> Forgot your password? <a href="http://scannerjammer.com/register/reset/index.html">RESET PASSWORD</a></span>
</section>
<section id="success">
<!--
- <img src="http://scannerjammer.fm/img/scanjam-title.gif" width="100%" /><br />
+ <img src="http://scannerjammer.com/img/scanjam-title.gif" width="100%" /><br />
-->
wow okay awesome! greetings,<br />
<span id="success-username"></span>
@@ -167,7 +167,7 @@ img
<section id="plea">
please enable javascript
</section>
-<section id="plant"><img src="http://scannerjammer.fm/img/plant.gif" height="700" /></section>
+<section id="plant"><img src="http://scannerjammer.com/img/plant.gif" height="700" /></section>
</body>
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
<script type="text/javascript" src="/js/jquery-1.5.2.min.js"></script>