Initial commit

This commit is contained in:
2025-02-27 22:14:02 -06:00
commit 77f69becf9
18 changed files with 3611 additions and 0 deletions

1
src/assets/logo.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 261.76 226.69"><path d="M161.096.001l-30.225 52.351L100.647.001H-.005l130.877 226.688L261.749.001z" fill="#41b883"/><path d="M161.096.001l-30.225 52.351L100.647.001H52.346l78.526 136.01L209.398.001z" fill="#34495e"/></svg>

After

Width:  |  Height:  |  Size: 276 B

9
src/assets/main.css Normal file
View File

@@ -0,0 +1,9 @@
#app {
max-width: 30rem;
margin: 0 auto;
}
.invalid {
text-align: center;
color: red;
}