Skip to content

Commit

Permalink
Put script tag in <head> (ordinals#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Mar 25, 2022
1 parent d662e57 commit 2435548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Ordinals</title>
<script defer src="index.js"></script>
</head>
<body>
<h1>THERE WILL ONLY EVER BE 2,099,999,997,690,000 ORDINALS</h1>
Expand All @@ -12,6 +13,5 @@ <h2>List</h2>
<input type="submit" value="Submit" />
<div id="result"></div>
</form>
<script src="index.js"></script>
</body>
</html>

0 comments on commit 2435548

Please sign in to comment.