diff options
| author | s1n <[email protected]> | 2019-10-19 20:54:45 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-19 20:54:45 -0700 |
| commit | 793515174ea70c998a1432570eb92a89f3e25704 (patch) | |
| tree | ef2210c12c2d9a2cb8d10b7fb38db06ecb2aecd4 /♡/index.html | |
| parent | change troll redirect location (diff) | |
| download | s1n.pw-admin-793515174ea70c998a1432570eb92a89f3e25704.tar.xz s1n.pw-admin-793515174ea70c998a1432570eb92a89f3e25704.zip | |
www.♡
Diffstat (limited to '♡/index.html')
| -rw-r--r-- | ♡/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/♡/index.html b/♡/index.html new file mode 100644 index 0000000..de07bb0 --- /dev/null +++ b/♡/index.html @@ -0,0 +1,17 @@ +<!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> |