tauri-app/public/splashscreen.html

23 lines
297 B
HTML
Raw Normal View History

2024-01-14 14:26:14 +00:00
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #131317;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
width: 100dvw;
height: 100dvh;
}
</style>
<div>
<h3>Loading...</h3>
</div>