2023-07-29 18:10:00 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
2023-07-29 18:42:12 +00:00
|
|
|
<head>
|
|
|
|
<title>walias</title>
|
|
|
|
<script src="index.js" async></script>
|
|
|
|
<meta name="description" content="Aliases for Wild Duck">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
|
|
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
|
|
|
|
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
<style>
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2023-07-29 18:10:00 +00:00
|
|
|
|
2023-07-29 18:42:12 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2023-07-29 18:10:00 +00:00
|
|
|
|
2023-07-29 18:42:12 +00:00
|
|
|
body {
|
|
|
|
min-height: 100%;
|
|
|
|
display: flex;
|
2023-07-29 21:44:44 +00:00
|
|
|
justify-content: center;
|
2023-07-29 18:42:12 +00:00
|
|
|
}
|
2023-07-29 18:10:00 +00:00
|
|
|
|
2023-07-29 18:42:12 +00:00
|
|
|
img.logo {
|
|
|
|
display: block;
|
|
|
|
margin: auto auto;
|
|
|
|
width: 30%;
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
2023-07-29 21:44:44 +00:00
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container {
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2023-07-29 18:42:12 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
2023-07-29 21:44:44 +00:00
|
|
|
<body >
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="header">
|
|
|
|
<img class="logo" src="logo.jpg">
|
|
|
|
<h1>Wildduck aliases</h1>
|
|
|
|
</div>
|
|
|
|
<div id="container"></div>
|
|
|
|
</div>
|
2023-07-29 18:42:12 +00:00
|
|
|
</body>
|
|
|
|
|
2023-07-29 21:44:44 +00:00
|
|
|
</html>
|