diff options
| author | s1n <[email protected]> | 2019-10-21 01:48:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-21 01:48:08 -0700 |
| commit | 6ec215aa37de1d018d7e37b2eadbb9f1a442e088 (patch) | |
| tree | de7e7616b1c2eb7196bf15c38a59e4a68b53217a /projects/index.html | |
| parent | add first proj (diff) | |
| download | p.s1n.pw-admin-6ec215aa37de1d018d7e37b2eadbb9f1a442e088.tar.xz p.s1n.pw-admin-6ec215aa37de1d018d7e37b2eadbb9f1a442e088.zip | |
rename project to projects to fix linking issue
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..4c974cf --- /dev/null +++ b/projects/index.html @@ -0,0 +1,14 @@ +<!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>Loading...</title> +</head> +<body> + <script> + location.href = "/work/" + </script> +</body> +</html>
\ No newline at end of file |