feat: home page with URL conversion endpoint

style: mobile optimization
This commit is contained in:
httpjamesm 2022-12-27 23:39:34 -05:00
parent 85dad1cbe0
commit 2ae093b43d
6 changed files with 166 additions and 11 deletions

11
public/globals.css Normal file
View file

@ -0,0 +1,11 @@
a {
color: #92adff;
}
html {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
}