summaryrefslogtreecommitdiff
path: root/links/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-04 20:42:47 -0800
committers1n <[email protected]>2019-11-04 20:42:47 -0800
commit50a4308d2b3bf1c788c324bbe3a61fa50993c1fb (patch)
tree4aa7b732703013753e5512ab9fce9ba7fe6762f7 /links/index.html
parentMerge branch 'master' of https://github.com/8cy/s1n.pw-admin (diff)
downloads1n.pw-admin-50a4308d2b3bf1c788c324bbe3a61fa50993c1fb.tar.xz
s1n.pw-admin-50a4308d2b3bf1c788c324bbe3a61fa50993c1fb.zip
add /links
Diffstat (limited to 'links/index.html')
-rw-r--r--links/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/links/index.html b/links/index.html
new file mode 100644
index 0000000..95b39e3
--- /dev/null
+++ b/links/index.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>s1nical - Links</title>
+ <link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon">
+ <!-- CSS Links -->
+ <link rel="stylesheet" href="/links/css/main.css">
+ <link rel="stylesheet" href="/css/no-text-highlighting.css">
+ <!-- External Libraries -->
+ <!-- Invisible Script Links -->
+ <script src="/js/hide-context-menu.js"></script>
+ </head>
+
+ <body>
+ <!-- Visable Script Links -->
+
+ <div class="txt">
+ <a id="bld" style="font-weight: 700; font-size: 40px;" href="#">s1n</a>
+
+ <div class="light" style="font-weight: 500;">
+ <a href="/">/index</a>
+ <a href="https://p.s1n.pw">/port</a>
+ </div>
+ </div>
+
+ <video id="vid" autoplay loop disablepictureinpicture playsinline>
+ <source src="/links/assets/vid.mp4" type="video/mp4">
+ <script>
+ var video = document.currentScript.parentElement;
+ video.volume = 0.1;
+ </script>
+ </video>
+ </body>
+
+</html> \ No newline at end of file