aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.html87
-rw-r--r--index.html18
2 files changed, 105 insertions, 0 deletions
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..1f3edb0
--- /dev/null
+++ b/about.html
@@ -0,0 +1,87 @@
+<head>
+ <meta charset="utf-8">
+<style>
+
+
+@import url("/glitch.css");
+
+@font-face {
+ font-family: "unifont_jp";
+ src: url("/unifont_jp-13.0.03_custom.ttf") format("truetype");
+}
+
+html {
+ color: white;
+ background: black;
+}
+
+pre, .glitch {
+ font-family: 'unifont_jp', Monospace;
+}
+
+pre {
+ position: relative;
+}
+
+html, body {
+ height: 100%;
+ overflow: hidden;
+}
+body {
+ margin: 0;
+}
+.flex-container {
+ height: 100%;
+ padding: 0;
+ margin: 0;
+ display: -webkit-box;
+ display: -moz-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.row {
+ width: auto;
+}
+
+.glitch {
+ position: absolute;
+ top: 84%;
+ left: 34%;
+ background: black;
+ display: inline !important;
+ margin-top: -1px;
+ padding: 3px 0;
+}
+
+.about {
+ position: absolute;
+ top:0;
+ left: 50px;
+ padding: 10px;
+ border: 1px solid white;
+ background: black;
+}
+
+a {
+ text-decoration: none;
+ color: white;
+}
+
+
+</style>
+</head>
+
+<body>
+ <p>This infrastructure host and managed by <a
+ href="https://neodarz.net">neodarz</a> and <a
+ href="https://brodokk.space">brodokk</a>.</p>
+
+<div class="about">
+<a href="/">Home</a>
+</div>
+
+
+</body>
diff --git a/index.html b/index.html
index 255a62b..7f05545 100644
--- a/index.html
+++ b/index.html
@@ -56,6 +56,20 @@ body {
padding: 3px 0;
}
+.about {
+ position: absolute;
+ top:0;
+ left: 50px;
+ padding: 10px;
+ border: 1px solid white;
+ background: black;
+}
+
+a {
+ text-decoration: none;
+ color: white;
+}
+
</style>
</head>
@@ -118,5 +132,9 @@ body {
</div>
</div>
+<div class="about">
+<a href="/about.html">About</a>
+</div>
+
</body>