Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="imagetoolbar" content="no" /> <meta property="og:title" content="TS3MusicBot Webinterface" /> <meta property="og:description" content="A Teamspeak 3 music bot controlled with chat commands for Linux (vServer/RootServer) and Windows. Plays music/radio/youtube/robot voice and more ..." /> <meta property="og:image" content="http://www.ts3musicbot.net/images/icon.png" /> <title>TS3MusicBot Webinterface</title> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" media="screen" href="css/style.css" /> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1&appId=332782323451490"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- BEFORE_CONTENT --> <div id="wrapper"> <div id="header"> <div id="title"> <h1>TS3MusicBot Webinterface</h1> </div> <div class="fb-like" data-href="https://facebook.com/pages/TS3MusicBot/358526364227662" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="box_count" data-action="like" data-show-faces="false" data-send="false"></div> </div> <div id="main"> <div id="content"> <form action="login" id="loginForm" method="post" accept-charset="utf-8" enctype="multipart/form-data"> <div class="row" style="width: 425px; position: relative; top: 170px;"> <p style="float: left; margin: 8px 10px 0 0">Password:</p> <input type="password" name="password" value="" autofocus> <a class="customButton" style="float: right; position: relative; top: 4px;" onclick="document.getElementById('loginForm').submit(); return;" href="#">Login</a> </div> </form> </div> </div> <div id="footer" style="position: absolute; bottom: 10px; right: 10px; top: auto;"> &copy; 2012-2016 &middot; <a href="http://ts3musicbot.net">TS3MusicBot.net</a> </div> </div> </body> </html> Help about this error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement