Skip to content
Snippets Groups Projects
Commit 73388ebd authored by Kathy Walrath's avatar Kathy Walrath
Browse files

Move <script> to <head>, other small changes

parent ed119f94
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,13 @@
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- TODO: Swap the two stylesheet references in order to use Sass (and
<!-- TODO: To use Sass, swap the two stylesheet references and
uncomment the sass transformer in the pubspec.yaml file. -->
<link rel="stylesheet" href="styles/main_gen.css">
<!-- link rel="stylesheet" href="styles/main.css" -->
<script async type="application/dart" src="main.dart"></script>
<script async src="packages/browser/dart.js"></script>
</head>
<body>
......@@ -85,14 +88,11 @@
<div class="sass-hidden">
<p>
Note: to use Sass with this application, switch the stylesheet
Note: To use Sass with this application, switch the stylesheet
references in the &lt;head&gt; section and uncomment the sass
transformer in the pubspec.yaml file.
</p>
</div>
</main>
<script async type="application/dart" src="main.dart"></script>
<script async src="packages/browser/dart.js"></script>
</body>
</html>
......@@ -12,15 +12,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="scaffolded-by" content="https://github.com/google/stagehand">
<title>{{projectName}}</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles.css">
<script async type="application/dart" src="main.dart"></script>
<script async src="packages/browser/dart.js"></script>
</head>
<body>
<div id="output"></div>
<script async type="application/dart" src="main.dart"></script>
<script async src="packages/browser/dart.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment