opengoal-launcher/index.html
Tyler Wilding d259c477eb
Full pass of launcher code-base, fixing bugs and cleanup (#100)
Co-authored-by: tripp <86533397+trippjoe@users.noreply.github.com>
2022-07-14 18:04:01 -04:00

16 lines
429 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/src/css/fontawesome/all.min.css" rel="stylesheet" />
<link rel="stylesheet" href="/src/css/style.css" />
<title>OpenGOAL Launcher</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>