Skip to content

Commit

Permalink
fix: update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Aug 28, 2018
1 parent 3caa039 commit 9e62d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
{{content-for "head"}}

<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/ember-fundamentals.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/@mike-works/ember-fundamentals.css">

{{content-for "head-footer"}}
</head>
<body>
{{content-for "body"}}

<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/ember-fundamentals.js"></script>
<script src="{{rootURL}}assets/@mike-works/ember-fundamentals.js"></script>

{{content-for "body-footer"}}
</body>
Expand Down

0 comments on commit 9e62d78

Please sign in to comment.