Skip to content

Instantly share code, notes, and snippets.

@rationality6
Created April 3, 2014 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rationality6/9948651 to your computer and use it in GitHub Desktop.
Save rationality6/9948651 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ember Starter Kit</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
</head>
<body>
vshi<a href="http://www.google.com/recaptcha/mailhide/d?k=01pKNQKLob5fgbzI3IZhE1Gw==&amp;c=26LxFEx1EZCS2125A30Ell9sFtx3QuCUh4i1oEChfjc=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501pKNQKLob5fgbzI3IZhE1Gw\75\75\46c\07526LxFEx1EZCS2125A30Ell9sFtx3QuCUh4i1oEChfjc\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@gmail.com
<a href="http://www.google.com/recaptcha/mailhide/d?k=01pKNQKLob5fgbzI3IZhE1Gw==&c=26LxFEx1EZCS2125A30Ell9sFtx3QuCUh4i1oEChfjc=">MYEMAIL</a>
<script type="text/x-handlebars">
<h2>Welcome to Ember.js</h2>
{{outlet}}
</script>
<script type="text/x-handlebars" id="index">
<ul>
{{#each item in model}}
<li>{{item}}</li>
{{/each}}
</ul>
</script>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/libs/handlebars-v1.3.0.js"></script>
<script src="js/libs/ember-1.4.0.js"></script>
<script src="js/app.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<!-- to activate the test runner, add the "?test" query string parameter -->
<script src="tests/runner.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment