Initial commit, added all of services and short about info

This commit is contained in:
Kira Edges 2025-05-11 19:54:18 +04:00
commit 4229291ca4
Signed by: edges
SSH key fingerprint: SHA256:RT4iUXBlbU5TGAtoYgAX7B0MQ9VaDbhv3/lTdrVrQEA
12 changed files with 263 additions and 0 deletions

15
css/index.css Normal file
View file

@ -0,0 +1,15 @@
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.buttons {
margin-top: 20px;
display: flex;
flex-direction: row;
}