2017-08-14 12:09:53 -06:00
<!DOCTYPE html>
<!-- [if lt IE 7]> <html class="no - js lt - ie9 lt - ie8 lt - ie7"> <![endif] -->
<!-- [if IE 7]> <html class="no - js lt - ie9 lt - ie8"> <![endif] -->
<!-- [if IE 8]> <html class="no - js lt - ie9"> <![endif] -->
<!-- [if gt IE 8]><! --> < html class = "no-js" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< title > TradeChat< / title >
< meta name = "description" content = "TradeChat - the quick and dirty chat with file transfer" >
< meta name = "author" content = "Carlos Andrés Solís R." / >
< meta name = "viewport" content = "width=device-width" >
< link rel = "stylesheet" href = "css/bootstrap.min.css" >
< style >
body {
padding-top: 50px;
padding-bottom: 20px;
}
.control-label, .help-inline {
display: none;
}
< / style >
< link rel = "stylesheet" href = "css/bootstrap-theme.min.css" >
< link rel = "stylesheet" href = "css/main.css" >
< script src = "js/vendor/modernizr-2.6.2-respond-1.1.0.min.js" > < / script >
< / head >
< body >
<!-- [if lt IE 7]>
< p class = "chromeframe" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > or < a href = "http://www.google.com/chromeframe/?redirect=true" > activate Google Chrome Frame< / a > to improve your experience.< / p >
<![endif]-->
< div class = "navbar navbar-inverse navbar-fixed-top" >
< div class = "container" >
< div class = "navbar-header" >
< a class = "navbar-brand" href = "index.html" > TradeChat< / a >
< / div >
< / div >
< / div >
<!-- Main jumbotron for a primary marketing message or call to action -->
< div class = "jumbotron" >
< div class = "container" >
< h1 > TradeChat< / h1 >
< p > The quick and dirty chat with file transfer.< / p >
< p > Just enter your desired username and get started!< / p >
< p > (cookies and JavaScript required to work)< / p >
< / div >
< div class = "container" >
< div class = "form-inline" name = "loginForm" >
< div class = "input-group" >
< input type = "text" id = "user" name = "user" class = "form-control input-lg" placeholder = "Username" >
< span class = "input-group-btn" > < / span >
< button type = "button" id = "loginButton" name = "loginButton" class = "btn btn-lg btn-success" > Log in< / button >
< / span >
< span class = "help-inline" > This user name is already in use.< / span >
< / div >
< / div >
< / div >
< / div >
< hr >
< footer >
< p > © Carlos Solís - AZK.Ware 2013 - Licensed under AGPL v3 or higher - Some components under compatible licenses; see COPYING for details< / p >
< / footer >
2025-03-10 15:42:34 -06:00
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
< script > window . jQuery || document . write ( '<script src="js/vendor/jquery-migrate-1.4.1.js"><\/script>' ) < / script >
< script > window . jQuery || document . write ( '<script src="js/vendor/jquery-migrate-3.5.0.js"><\/script>' ) < / script >
< script > window . jQuery || document . write ( '<script src="js/vendor/jquery-3.7.1.min.js"><\/script>' ) < / script > -->
< script src = "js/vendor/jquery-3.7.1.min.js" > < / script >
2017-08-14 12:09:53 -06:00
< script src = "js/vendor/bootstrap.min.js" > < / script >
< script src = "js/plugins.js" > < / script >
< script src = "js/main.js" > < / script >
<!--
< script >
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src='//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
< / script >
-->
< / body >
< / html >