waffle/frontend/public/index.html

19 lines
437 B
HTML
Raw Normal View History

2022-04-14 00:31:03 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,height=device-height,initial-scale=1'>
2022-04-14 00:31:03 +03:00
<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>
2022-04-14 00:31:03 +03:00
</body>
</html>