Merge remote-tracking branch 'refs/remotes/origin/master'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Sergo 2023-07-30 00:51:49 +03:00
commit 14a238d9a2
3 changed files with 32 additions and 4 deletions

10
.dockerignore Normal file
View File

@ -0,0 +1,10 @@
node_modules
.idea
.code
.gitignore
.woodpecker.yml
.drone.yml
deployment.yaml
Dockerfile
readme.md
.git

View File

@ -25,7 +25,7 @@
body { body {
min-height: 100%; min-height: 100%;
display: flex; display: flex;
align-items: center; justify-content: center;
} }
img.logo { img.logo {
@ -35,11 +35,29 @@
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
} }
.wrapper {
text-align: center;
}
#container {
padding-top: 50px;
}
.table {
text-align: left;
}
</style> </style>
</head> </head>
<body> <body >
<div class="wrapper">
<div class="header">
<img class="logo" src="logo.jpg">
<h1>Wildduck aliases</h1>
</div>
<div id="container"></div> <div id="container"></div>
</div>
</body> </body>
</html> </html>

BIN
public/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB