18 lines
374 B
HTML
18 lines
374 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
<title>Loading...</title>
|
|
|
|
<link rel='stylesheet' href='/build/bundle.css'>
|
|
|
|
<script defer type="module" src='/build/main.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
</body>
|
|
</html>
|