Add welcome page and clean a bit

This commit is contained in:
2026-02-09 21:56:34 +01:00
parent f68fd0ac3a
commit 585e50f123
8 changed files with 276 additions and 44 deletions

25
renderer/welcome.css Normal file
View File

@@ -0,0 +1,25 @@
.welcome-div {
display: flex;
flex-direction: column;
height: 100%;
flex: 1;
padding: 0 60px;
}
.title {
display: flex;
flex: 1;
font-size: 60px;
margin-bottom: 60px;
color: #ffffff;
justify-content: center;
}
.button-div {
display: flex;
flex: 2;
align-items: center;
justify-content: space-between;
margin-top: 8px;
gap: 40px;
}