mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-14 05:52:54 +00:00
feat: home page with URL conversion endpoint
style: mobile optimization
This commit is contained in:
parent
85dad1cbe0
commit
2ae093b43d
6 changed files with 166 additions and 11 deletions
11
public/globals.css
Normal file
11
public/globals.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
a {
|
||||
color: #92adff;
|
||||
}
|
||||
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue