diff options
| author | s1n <[email protected]> | 2019-10-27 01:31:48 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-27 01:31:48 -0700 |
| commit | 58136ed8f2a63508ea94e4380da60b039c8644fb (patch) | |
| tree | 4023f9d7070ca6f8d8dd931780660e1a262a7ed6 | |
| parent | add cs cheater thing lol (diff) | |
| download | s1n.pw-admin-58136ed8f2a63508ea94e4380da60b039c8644fb.tar.xz s1n.pw-admin-58136ed8f2a63508ea94e4380da60b039c8644fb.zip | |
remove <3
| -rw-r--r-- | ♡/assets/vid.mp4 | bin | 49069969 -> 0 bytes | |||
| -rw-r--r-- | ♡/css/main.css | 21 | ||||
| -rw-r--r-- | ♡/index.html | 30 |
3 files changed, 0 insertions, 51 deletions
diff --git a/♡/assets/vid.mp4 b/♡/assets/vid.mp4 Binary files differdeleted file mode 100644 index 35718cc..0000000 --- a/♡/assets/vid.mp4 +++ /dev/null diff --git a/♡/css/main.css b/♡/css/main.css deleted file mode 100644 index cfd4eb3..0000000 --- a/♡/css/main.css +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 58e0c39..0000000 --- a/♡/index.html +++ /dev/null @@ -1,30 +0,0 @@ -<!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 - ♡</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 |