diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6ca5555 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,10 @@ +node_modules +.idea +.code +.gitignore +.woodpecker.yml +.drone.yml +deployment.yaml +Dockerfile +readme.md +.git diff --git a/public/index.html b/public/index.html index 94f63a4..671e5d6 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,7 @@ body { min-height: 100%; display: flex; - align-items: center; + justify-content: center; } img.logo { @@ -35,11 +35,29 @@ max-width: 100%; max-height: 100%; } + + .wrapper { + text-align: center; + } + + #container { + padding-top: 50px; + } + + .table { + text-align: left; + } - -
+ +
+
+ +

Wildduck aliases

+
+
+
- \ No newline at end of file + diff --git a/public/logo.jpg b/public/logo.jpg new file mode 100644 index 0000000..66799d3 Binary files /dev/null and b/public/logo.jpg differ