Initial commit

This commit is contained in:
2023-02-21 23:33:58 +01:00
commit defdfefb03
6 changed files with 97 additions and 0 deletions

7
css/ds.css Normal file
View File

@@ -0,0 +1,7 @@
header {
background-image: url('http://150.145.56.132/static/img/logos/dataspace_icon.svg');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
}