finga
0d0f26d6c0
Use Bulma as CSS framework and show a loading spinner when the WASM client application is loading.
17 lines
389 B
HTML
17 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>
|