mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
69 lines
3 KiB
HTML
69 lines
3 KiB
HTML
<!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>
|
|
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
|
|
<!--<script src="http://ie.microsoft.com/TestDrive/HTML5/CompatInspector/inspector.js"></script>--> <!-- for testing IE compatibility issues -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<title>CodeCombat - Learn how to code by playing a game</title>
|
|
<meta name="description" content="Learn programming with a multiplayer live coding strategy game. You're a wizard, and your spells are JavaScript. Free, open source HTML5 game!">
|
|
|
|
<meta property="og:title" content="CodeCombat: Multiplayer Programming">
|
|
<meta property="og:url" content="http://codecombat.com">
|
|
<meta property="og:type" content="game">
|
|
<meta property="og:image" content="http://codecombat.com/images/pages/home/front_screenshot_01.png">
|
|
<meta property="og:site_name" content="CodeCombat">
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="CodeCombat: Multiplayer Programming">
|
|
<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">
|
|
<meta name="twitter:description" content="Learn programming with a multiplayer live coding strategy game. You're a wizard, and your spells are JavaScript. Free, open source HTML5 game!">
|
|
|
|
|
|
<link href="https://plus.google.com/115285980638641924488" rel="publisher" />
|
|
|
|
<link rel="shortcut icon" href="/images/favicon.ico">
|
|
<link rel="stylesheet" href="/stylesheets/app.css">
|
|
<script src="/lib/ace/ace.js"></script>
|
|
<!--[if IE 9]> <script src="/javascripts/vendor_with_box2d.js"></script> <![endif]-->
|
|
<!--[if !IE]><!--> <script src="/javascripts/vendor.js"></script> <!--<![endif]-->
|
|
<script src="/javascripts/aether.js"></script>
|
|
<script src="/javascripts/app.js"></script> <!-- it's all Backbone! -->
|
|
|
|
<script>
|
|
window.linkedInAsyncInit = function() {
|
|
console.log("Linkedin Async Init!");
|
|
Backbone.Mediator.publish('linkedin-loaded');
|
|
};
|
|
|
|
</script>
|
|
<script type="text/javascript" async src="http://platform.linkedin.com/in.js">
|
|
api_key: 75v8mv4ictvmx6
|
|
onLoad: linkedInAsyncInit
|
|
authorize: true
|
|
</script>
|
|
|
|
<script>
|
|
window.userObject = "userObjectTag";
|
|
</script>
|
|
|
|
<script>require('initialize');</script>
|
|
|
|
</head>
|
|
<body class="nano clearfix">
|
|
<div id="fb-root"></div>
|
|
|
|
<header class="header-container" id="header-container"></header>
|
|
|
|
<div id="page-container" class="nano-content"></div>
|
|
|
|
<div id="modal-wrapper" class="modal-content"></div>
|
|
</body>
|
|
</html>
|