diff options
| author | s1n <[email protected]> | 2019-09-05 19:34:31 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-05 19:34:31 -0700 |
| commit | 772b2e6f97586c1c66747f19b2652e95274cb5fd (patch) | |
| tree | 09f9174a4a448b432c22e55d64e049f6e4693892 /links | |
| parent | formatting, removals, stability fixes (diff) | |
| download | s1n.pw-admin-772b2e6f97586c1c66747f19b2652e95274cb5fd.tar.xz s1n.pw-admin-772b2e6f97586c1c66747f19b2652e95274cb5fd.zip | |
formatting, priming...
Prime the page "links", will have stuff like spotify playlist and stuff lol.
Rename "Header Scripts" from previous update to "Invisible Scripts"
Diffstat (limited to 'links')
| -rw-r--r-- | links/css/main.css | 0 | ||||
| -rw-r--r-- | links/index.html | 16 | ||||
| -rw-r--r-- | links/js/main.js | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/links/css/main.css b/links/css/main.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/links/css/main.css diff --git a/links/index.html b/links/index.html new file mode 100644 index 0000000..22e5c10 --- /dev/null +++ b/links/index.html @@ -0,0 +1,16 @@ +<!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> + <!-- CSS Links --> + <link rel="stylesheet" href="/links/css/main.css"> + <!-- Invisible Scripts --> + <script src="/links/js/main.js"></script> +</head> +<body> + <!-- Page not ready yet, redirects to index.html in root. --> +</body> +</html>
\ No newline at end of file diff --git a/links/js/main.js b/links/js/main.js new file mode 100644 index 0000000..0086524 --- /dev/null +++ b/links/js/main.js @@ -0,0 +1 @@ +location.href = "/index.html"
\ No newline at end of file |