attempting to show favicon

This commit is contained in:
Ladd 2026-01-05 02:02:32 -06:00
parent b92e89a7c4
commit 76de89ce7e

View File

@ -4,6 +4,7 @@
<title>Gravity Simulator</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="./style.css" />
<link rel="icon" href="./favicon.ico" />
<script type="module">
import { Sim } from './simulator.js';
// Wait for document load