2014-01-03 13:32:13 -05:00
<!doctype html>
<!-- [if lt IE 7]> <html class="lt - ie10 lt - ie9 lt - ie8 lt - ie7" lang="en"> <![endif] -->
<!-- [if IE 7]> <html class="lt - ie10 lt - ie9 lt - ie8" lang="en"> <![endif] -->
<!-- [if IE 8]> <html class="lt - ie10 lt - ie9" lang="en"> <![endif] -->
<!-- [if IE 9]> <html class="lt - ie10" lang="en"> <![endif] -->
<!-- [if !IE]><! --> < html lang = "en" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2014-03-21 20:06:51 -04:00
< title > CodeCombat - Learn how to code by playing a game< / title >
2014-11-09 23:35:46 -05:00
< meta name = "description" content = "Learn programming with a multiplayer live coding strategy game for beginners. Learn Python or JavaScript as you defeat ogres, solve mazes, and level up. Free, open source HTML5 game!" >
2014-01-03 13:32:13 -05:00
2014-11-09 23:35:46 -05:00
< meta property = "og:title" content = "CodeCombat: Learn to Code by Playing a Game" >
2014-01-03 13:32:13 -05:00
< meta property = "og:url" content = "http://codecombat.com" >
< meta property = "og:type" content = "game" >
2014-11-09 23:35:46 -05:00
< meta property = "og:image" content = "http://codecombat.com/images/pages/home/play_img.png" >
2014-01-03 13:32:13 -05:00
< meta property = "og:site_name" content = "CodeCombat" >
< meta name = "twitter:card" content = "summary" >
2014-11-09 23:35:46 -05:00
< meta name = "twitter:title" content = "CodeCombat: Learn to Code by Playing a Game" >
2014-01-03 13:32:13 -05:00
< meta name = "twitter:url" content = "http://codecombat.com" >
< meta name = "twitter:site" content = "CodeCombat" >
< meta name = "twitter:image:src" content = "http://codecombat.com/images/pages/base/logo_square_250.png" >
2014-11-09 23:35:46 -05:00
< meta name = "twitter:description" content = "Learn programming with a multiplayer live coding strategy game for beginners. Learn Python or JavaScript as you defeat ogres, solve mazes, and level up. Free, open source HTML5 game!" >
2014-01-03 13:32:13 -05:00
< link href = "https://plus.google.com/115285980638641924488" rel = "publisher" / >
< link rel = "shortcut icon" href = "/images/favicon.ico" >
< link rel = "stylesheet" href = "/stylesheets/app.css" >
2014-11-09 23:35:46 -05:00
2014-11-28 19:38:50 -05:00
< script src = "/lib/ace/ace.js" defer > < / script >
2014-09-29 15:48:58 -04:00
<!-- [if IE 9]><script src="/javascripts/box2d.js"></script><![endif] -->
2014-11-28 19:38:50 -05:00
< script src = "/javascripts/vendor.js" defer > < / script >
< script src = "/javascripts/aether.js" defer > < / script >
< script src = "/javascripts/app.js" defer > < / script > <!-- it's all Backbone! -->
2014-04-02 16:12:24 -04:00
< script >
2014-11-28 19:38:50 -05:00
onLoad = function() {
FastClick.attach(document.body);
window.userObject = "userObjectTag";
require('initialize');
}
2014-04-02 16:12:24 -04:00
< / script >
2014-01-03 13:32:13 -05:00
< / head >
2014-11-28 19:38:50 -05:00
< body class = "nano clearfix" onload = "onLoad();" >
2014-01-03 13:32:13 -05:00
< div id = "fb-root" > < / div >
2014-11-28 19:38:50 -05:00
< div id = "page-container" class = "nano-content" >
< / div >
2014-03-19 00:11:11 -04:00
2014-04-02 17:40:06 -04:00
< div id = "modal-wrapper" class = "modal-content" > < / div >
2014-11-28 19:38:50 -05:00
< div class = "modal fade" id = "module-loading-list" >
< div class = "modal-dialog" >
< div class = "modal-content" >
< div class = "modal-header" >
< h4 class = "modal-title" > LOADING< / h4 >
< / div >
< div class = "modal-body" >
< ul class = "list-group" > < / ul >
< / div >
< / div >
< / div >
< / div >
<!-- <div class="panel panel - primary" id="module - loading - list"> -->
<!-- <div class="panel - heading"> -->
<!-- <div class="panel - title">LOADING</div> -->
<!-- </div> -->
<!-- <ul class="list - group"></ul> -->
<!-- </div> -->
2014-01-03 13:32:13 -05:00
< / body >
< / html >