diff options
| author | s1n <[email protected]> | 2019-11-10 16:26:15 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-10 16:26:15 -0800 |
| commit | bb68c5a9837bfb3828db213e60b798fb27079044 (patch) | |
| tree | c2ce4f656ee9ded0cc8abda71034cc0af249d124 /links/index.html | |
| parent | function keys dont exit out (diff) | |
| download | s1n.pw-admin-bb68c5a9837bfb3828db213e60b798fb27079044.tar.xz s1n.pw-admin-bb68c5a9837bfb3828db213e60b798fb27079044.zip | |
add filter basic property
Diffstat (limited to 'links/index.html')
| -rw-r--r-- | links/index.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/links/index.html b/links/index.html index 95b39e3..5f71002 100644 --- a/links/index.html +++ b/links/index.html @@ -18,12 +18,16 @@ <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 class="main"> + <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><br> + <a href="https://p.s1n.pw">/port</a><br> + <a href="/s1nprv.club/">/s1nprv.club</a><br> + <a href="/oauth2/">/oauth2</a> + </div> </div> </div> @@ -31,7 +35,8 @@ <source src="/links/assets/vid.mp4" type="video/mp4"> <script> var video = document.currentScript.parentElement; - video.volume = 0.1; + video.volume = 0.3; + document.getElementById("vid").controls = true; </script> </video> </body> |