diff options
Diffstat (limited to 'frontend/static/template/index.html')
| -rw-r--r-- | frontend/static/template/index.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/frontend/static/template/index.html b/frontend/static/template/index.html index 797e898..2a3e7aa 100644 --- a/frontend/static/template/index.html +++ b/frontend/static/template/index.html @@ -3,11 +3,11 @@ <head> <title>SCANNERJAMMER</title> <link href="/css/chat.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 property="og:title" content="ScannerJammer"/> <meta property="og:type" content="website"/> -<meta property="og:url" content="http://scannerjammer.fm:17769/"/> -<meta property="og:image" content="http://scannerjammer.fm/img/plant.gif"/> +<meta property="og:url" content="http://scannerjammer.com:17769/"/> +<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"/> @@ -17,13 +17,13 @@ NOTE: SCANNERJAMMER ONLY WORKS IN FIREFOX AND CHROME. DO NOT TRY THIS WITH INTERNET EXPLORER </div> <section id="bg"> - <img src="http://scannerjammer.fm/img/scanjambg2.jpg" /> + <img src="http://scannerjammer.com/img/scanjambg2.jpg" /> </section> -<section id="plant"><img src="http://scannerjammer.fm/img/plant.gif" height="700" /></section> -<section id="flower"><img src="http://scannerjammer.fm/img/flower-red.gif" height="400" /></section> +<section id="plant"><img src="http://scannerjammer.com/img/plant.gif" height="700" /></section> +<section id="flower"><img src="http://scannerjammer.com/img/flower-red.gif" height="400" /></section> <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 /> @@ -31,9 +31,9 @@ </section> <section id="logo"> - <img src="http://scannerjammer.fm/img/scanjam-title.gif" width="347" height="44" id="scanjam" /> + <img src="http://scannerjammer.com/img/scanjam-title.gif" width="347" height="44" id="scanjam" /> <div id="likebutton"> - <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fscannerjammer.fm%3A17769%2F&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe> + <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fscannerjammer.com%3A17769%2F&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe> </div> </section> <section id="likereport"></section> @@ -56,7 +56,7 @@ <section id="playlistbg"></section> <section id="playlist"> - <img src="http://scannerjammer.fm/img/playlist-banner.gif" width="200" height="60" /> + <img src="http://scannerjammer.com/img/playlist-banner.gif" width="200" height="60" /> <ul id="queue"></ul> </section> @@ -88,9 +88,9 @@ <script type="text/javascript">document.getElementById("plea").style.display="none"</script> <script type="text/javascript">if (navigator.userAgent.indexOf("MSIE") !== -1) { document.getElementById("lunacy").style.display="block" }</script> <script type="text/javascript">roomName = "%%ROOM%%"</script> -<script type="text/javascript" src="http://scannerjammer.fm/js/jquery.js"></script> -<script type="text/javascript" src="http://scannerjammer.fm/js/jquery.md5.js"></script> -<script type="text/javascript" src="http://scannerjammer.fm/js/swfobject.js"></script> -<script type="text/javascript" src="http://scannerjammer.fm:17769/js/main.js"></script> +<script type="text/javascript" src="http://scannerjammer.com/js/jquery.js"></script> +<script type="text/javascript" src="http://scannerjammer.com/js/jquery.md5.js"></script> +<script type="text/javascript" src="http://scannerjammer.com/js/swfobject.js"></script> +<script type="text/javascript" src="http://scannerjammer.com:17769/js/main.js"></script> </html> |
