diff options
| author | s1n <[email protected]> | 2019-10-27 01:16:25 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-27 01:16:25 -0700 |
| commit | 2e395132571097336e8f0315483d973e47c57404 (patch) | |
| tree | 7c5aa9b75e4e5c8ba1715bd78909891f1a7d131b | |
| parent | remove nani off of nav (diff) | |
| download | s1n.pw-admin-2e395132571097336e8f0315483d973e47c57404.tar.xz s1n.pw-admin-2e395132571097336e8f0315483d973e47c57404.zip | |
add cs cheater thing lol
| -rw-r--r-- | ♡/assets/vid.mp4 | bin | 0 -> 49069969 bytes | |||
| -rw-r--r-- | ♡/css/main.css | 21 | ||||
| -rw-r--r-- | ♡/index.html | 43 |
3 files changed, 49 insertions, 15 deletions
diff --git a/♡/assets/vid.mp4 b/♡/assets/vid.mp4 Binary files differnew file mode 100644 index 0000000..35718cc --- /dev/null +++ b/♡/assets/vid.mp4 diff --git a/♡/css/main.css b/♡/css/main.css new file mode 100644 index 0000000..cfd4eb3 --- /dev/null +++ b/♡/css/main.css @@ -0,0 +1,21 @@ +html, body { + margin: 0; + padding: 0; + height: 100%; + overflow: hidden; + background: black; +} + +.txt { + color: #fff; + font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif; + font-style: normal; + font-weight: 700; + position: absolute; + margin-left: auto; + margin-right: auto; + top: 50%; + left: 0; + right: 0; + z-index: 999999; +}
\ No newline at end of file diff --git a/♡/index.html b/♡/index.html index de07bb0..58e0c39 100644 --- a/♡/index.html +++ b/♡/index.html @@ -1,17 +1,30 @@ <!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 - www.♡</title> - <!-- CSS Links --> - <!-- External Libraries via CDN --> - <!-- Invisible Scripts --> -</head> -<body> - <script> - location.href = "/" - </script> -</body> -</html> + + <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 - ♡</title> + <link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon"> + <!-- CSS Links --> + <link rel="stylesheet" href="/♡/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"> + <p>s1n</p> + </div> + + <video style="width: 100%; position: relative; top: 50%; transform: translateY(-50%); opacity: 0.2;" autoplay loop> + <source src="/♡/assets/vid.mp4" type="video/mp4"> + </video> + </body> + +</html>
\ No newline at end of file |