Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
14a238d9a2
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@ -0,0 +1,10 @@
|
||||
node_modules
|
||||
.idea
|
||||
.code
|
||||
.gitignore
|
||||
.woodpecker.yml
|
||||
.drone.yml
|
||||
deployment.yaml
|
||||
Dockerfile
|
||||
readme.md
|
||||
.git
|
@ -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;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body >
|
||||
<div class="wrapper">
|
||||
<div class="header">
|
||||
<img class="logo" src="logo.jpg">
|
||||
<h1>Wildduck aliases</h1>
|
||||
</div>
|
||||
<div id="container"></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
public/logo.jpg
Normal file
BIN
public/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user