Add inline attribute to ease assembly

This commit is contained in:
Jared Miller 2025-12-25 09:42:45 -05:00
parent 4167c8bc46
commit 0d0ab17f3e
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -8,7 +8,7 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>The Tough Guide to Fantasyland</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="style.css" inline />
</head>
<body>
<div class="page">
@ -17597,9 +17597,6 @@
</main>
</div>
</div>
<script
type="text/javascript"
src="script.js"
></script>
<script type="text/javascript" src="script.js" inline></script>
</body>
</html>