Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
babeard committed Mar 17, 2021
1 parent 088c39f commit 59507e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ window.addEventListener('load', () => {
sapper.start({
target: document.querySelector('#sapper')
});
});
});
9 changes: 4 additions & 5 deletions src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<link rel="stylesheet" href="global.css">
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<link rel="icon" type="image/png" href="favicon.png">

<!-- Sapper creates a <script> tag containing `src/client.js`
and anything else it needs to hydrate the app and
initialise the router -->
and anything else it needs to hydrate the app and
initialise the router -->
%sapper.scripts%

<!-- Sapper generates a <style> tag containing critical CSS
Expand All @@ -28,7 +29,5 @@
<!-- The application will be rendered inside this element,
because `src/client.js` references it -->
<div id="sapper">%sapper.html%</div>


</body>
</html>
</html>

0 comments on commit 59507e8

Please sign in to comment.