summaryrefslogtreecommitdiff
path: root/resources/paths.txt
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-11 01:15:32 -0700
committers1nical <[email protected]>2019-08-11 01:15:32 -0700
commit3275bc90c995568b7be72c10a2795b808ac6c92b (patch)
treebaa779da650e2063b99f251cee8680ab2b441132 /resources/paths.txt
parentfixed favicon issue (diff)
downloads1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.tar.xz
s1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.zip
replace "./" with absolute paths, added mobile redirects, added path reference
Diffstat (limited to 'resources/paths.txt')
-rw-r--r--resources/paths.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/paths.txt b/resources/paths.txt
new file mode 100644
index 0000000..1c667d9
--- /dev/null
+++ b/resources/paths.txt
@@ -0,0 +1,6 @@
+Here is all you need to know about relative file paths:
+
+- Starting with "/" returns to the root directory and starts there
+- Starting with "../" moves one directory backwards and starts there
+- Starting with "../../" moves two directories backwards and starts there (and so on...)
+- To move forward, just start with the first subdirectory and keep moving forward \ No newline at end of file