lockwatch/client/index.html
finga 0d0f26d6c0 client: Use Bulma as CSS framework
Use Bulma as CSS framework and show a loading spinner when the WASM
client application is loading.
2022-09-17 19:41:24 +02:00

18 lines
389 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link data-trunk rel="scss" href="index.scss"/>
<title>LockWatch</title>
</head>
<body>
<section class="section">
<div class="columns is-centered">
<span class="loader"></span>
</div>
</section>
</body>
</html>