index.html

<html>
	<head>
		<title>testing</title>
	</head>
	<body>
		<script src="main.ts"></script>
		<!-- <body onLoad="window.scroll(785, 375)"> -->
			<body onLoad="window.scroll(innerWidth / 2, innerHeight / 2)">
		<style>
			body {
				padding: 0%;
				margin: 0%;
				overflow: hidden;
			}
		</style>
	</body>
</html>

Last updated