This commit is contained in:
Bingus_Violet 2023-12-28 18:40:28 -06:00
parent fa81c62146
commit 77562c6ea2
2 changed files with 2 additions and 1 deletions

2
.dockerignore Normal file
View file

@ -0,0 +1,2 @@
data
static/index.html

View file

@ -44,7 +44,6 @@ body {
a {
color: rgb(175, 225, 255);
text-decoration: none;
display: inline-block;
transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}