removed cache

This commit is contained in:
2021-05-14 13:58:36 +04:00
parent 20f289b866
commit 4d856403bd
99 changed files with 4073 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
.not-found {
position: absolute;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 80%;
font-size: 160px;
font-weight: 700
}