Files
chrome-extensions-samples/tutorials/getting-started/options.html
amysteamdev 8eb7e5c749 Getting Started options html Move script tag
This PR moves the script tag inside of the body tag. Related https://github.com/GoogleChrome/developer.chrome.com/pull/2696/
2022-04-25 10:23:21 -05:00

15 lines
261 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="button.css">
</head>
<body>
<div id="buttonDiv">
</div>
<div>
<p>Choose a different background color!</p>
</div>
<script src="options.js"></script>
</body>
</html>