2022-11-04 15:47:21 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Deer Grove</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2023-01-28 16:34:47 -07:00
|
|
|
<link rel="icon" href="deergrove.png">
|
2022-11-04 15:47:21 -06:00
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
<script src="index.mjs" type="module"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
</nav>
|
|
|
|
<section id="app">
|
|
|
|
<iframe></iframe>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|