auth0-ember-simple-auth
Version:
Ember-simple-auth addon for Auth0 + Lock.js
26 lines (21 loc) • 797 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Auth0 Ember starter kit</title>
<script src="https://use.typekit.net/iws6ohy.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
{{content-for 'head'}}
<link rel="stylesheet" href="assets/simple.css">
</head>
<body>
<div class="wrapper">
<div class="js-app container"></div>
</div>
<script src="assets/vendor.js"></script>
<script src="assets/simple.js"></script>
</body>
</html>