diff options
Diffstat (limited to 'frontend/static/template/roomlist.html')
| -rw-r--r-- | frontend/static/template/roomlist.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/frontend/static/template/roomlist.html b/frontend/static/template/roomlist.html index 19582bd..3128c8f 100644 --- a/frontend/static/template/roomlist.html +++ b/frontend/static/template/roomlist.html @@ -4,12 +4,12 @@ <title>SCANNERJAMMER</title> <link href="/css/sasscss/profile.css" media="screen, projection" rel="stylesheet" type="text/css" /> <link href="/css/sasscss/roomlist.css" media="screen, projection" rel="stylesheet" type="text/css" /> -<link rel="shortcut icon" href="http://scannerjammer.fm/favicon.ico" /> +<link rel="shortcut icon" href="http://scannerjammer.com/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta property="og:title" content="ScannerJammer"/> <meta property="og:type" content="website"/> -<meta property="og:url" content="http://scannerjammer.fm/"/> -<meta property="og:image" content="http://scannerjammer.fm/img/plant.gif"/> +<meta property="og:url" content="http://scannerjammer.com/"/> +<meta property="og:image" content="http://scannerjammer.com/img/plant.gif"/> <meta property="og:site_name" content="ScannerJammer"/> <meta property="og:description" content="Youtube video chat"/> <meta property="fb:admins" content="100001923956223,1709246"/> @@ -27,9 +27,9 @@ <script type="text/javascript">document.getElementById("plea").style.display="none"</script> </section> <section id="logo"> - <a href="/"><img src="http://scannerjammer.fm/img/scanjam-title.gif" width="247" height="41" id="scanjam" border="0" /></a> + <a href="/"><img src="http://scannerjammer.com/img/scanjam-title.gif" width="247" height="41" id="scanjam" border="0" /></a> <!-- - <a href="/"><img src="http://scannerjammer.fm/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a> + <a href="/"><img src="http://scannerjammer.com/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a> <h2 id='preamblewords' class='preamblish'>Welcome to the ScannerJammer Network</h2> --> <h1 id="header">WELCOME TO THE SCANNERJAMMER NETWORK</h1> @@ -38,7 +38,7 @@ <section id="curtain"></section> <section id="login"> - <img src="http://scannerjammer.fm/img/scanjam-flipping.gif" width="100%" /><br /> + <img src="http://scannerjammer.com/img/scanjam-flipping.gif" width="100%" /><br /> <label>username:</label> <input type="text" id="login-username" maxlength="25" /><br /> <label>password:</label> <input type="password" id="login-password" maxlength="32" /><br /> <label> </label> <div id="button-shim"><button id="login-go">ROCKET</button></div><br /> @@ -53,9 +53,9 @@ </div> <div id="likebutton"> <!-- - <fb:like href="http://scannerjammer.fm/" layout="button_count" show_faces="false" width="90" font=""></fb:like> + <fb:like href="http://scannerjammer.com/" layout="button_count" show_faces="false" width="90" font=""></fb:like> --> -<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.fm:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> +<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.com:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> </div> </div> @@ -64,7 +64,7 @@ </section> </body> <script type="text/javascript"> - var serverHost = "scannerjammer.fm"; + var serverHost = "scannerjammer.com"; var serverPort = 19898; var ROOM_LIST = %%ROOM_LIST%%; </script> |
