Created
December 24, 2013 11:27
-
-
Save enanox/8111974 to your computer and use it in GitHub Desktop.
Sandbox space for TeamJS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://github.com/enanox/corejs-extendible-modules/corejs-core/app/config/config.js"></script> | |
<script src="http://github.com/enanox/corejs-extendible-modules/corejs-core/app/js/main.js"></script> | |
<!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> | |
<!-- Optional theme --> | |
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css"> | |
<meta charset="ISO-8859-1"> | |
<title>Main "activity"</title> | |
</head> | |
<body> | |
<header> | |
</header> | |
<section> | |
<nav> | |
</nav> | |
<article> | |
<h1>TeamJS Main page!</h1> | |
<form onsubmit="Team.Modules.Main.onMainClick(this); return false;"> | |
<input type="text" placeholder="Your name" id="textSearch" onkeyup="Team.Modules.Main.onMainChange(this);"/> | |
<input type="submit" value="Search"/> | |
</form> | |
<span id="teamKeyPress"></span> | |
<h2 id="message"></h2> | |
</article> | |
</section> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment