Getting Started options html Move script tag (#710)

This PR moves the script tag inside of the body tag. Related https://github.com/GoogleChrome/developer.chrome.com/pull/2696/
This commit is contained in:
amysteamdev
2022-04-26 13:23:15 -05:00
committed by GitHub
parent 62a8f32a2d
commit c2aad1e4aa

View File

@@ -9,6 +9,6 @@
<div>
<p>Choose a different background color!</p>
</div>
<script src="options.js"></script>
</body>
<script src="options.js"></script>
</html>