summaryrefslogtreecommitdiff
path: root/links/index.html
blob: 0b9c1128683708036ab1c5085935c3e969a7a5a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!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 -->
        <script src="https://code.jquery.com/jquery-3.1.1.js"></script>
        <!-- Invisible Script Links -->
        <script src="/js/hide-context-menu.js"></script>
        <script src="/links/js/main.js"></script>
    </head>

    <body>
        <!-- Visable Script Links -->

        <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="/maldrama.cc/">/maldrama.cc</a><br>
                    <a href="/oauth2/">/oauth2</a>
                </div>
            </div>
        </div>

        <video id="vid" controls muted autoplay loop disablepictureinpicture playsinline>
            <!-- http://youtu.be/4i1yEBUY67E -->
            <source src="/links/assets/vid2.mp4" type="video/mp4">
            <script>
                var video = document.currentScript.parentElement;
                video.play();
                video.volume = 0.5;
            </script>
        </video>
    </body>

</html>