GGJ22/Engine/index.html

10 lines
200 B
HTML
Raw Normal View History

2022-01-29 01:37:01 -08:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'/>
<link rel='stylesheet' href='src/style.css'>
<script type='module' src='src/main.ts' ></script>
</head>
<body>
</body>
</html>