18 lines
437 B
HTML
18 lines
437 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,height=device-height,initial-scale=1'>
|
|
|
|
<title>app</title>
|
|
|
|
<link rel='stylesheet' href='/global.css'>
|
|
<link rel='stylesheet' href='/build/bundle.css'>
|
|
|
|
<script defer src='/build/bundle.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="fullscreen-message" id="pre--loading-screen">heating up the crt...</div>
|
|
</body>
|
|
</html>
|