fixes deprecation

This commit is contained in:
2025-02-02 23:29:40 -07:00
parent 08d63395e3
commit ed0daeef2b
9 changed files with 3283 additions and 910 deletions

View File

@@ -5,6 +5,16 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TRAINS!</title>
<style>
html, body {
background-color: black;
color: white;
margin: 0;
overflow: hidden;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<script src="bundle.js"></script>