diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-03-31 16:23:37 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-03-31 16:23:37 +0100 |
commit | 05e2fc671e9fd061950cd8166cc6b54847ca254f (patch) | |
tree | f36d4d293c93bc611c991cb55983380394f58119 /static/bs/tutorial | |
parent | aab38041a5d14a71a39f4617fe977908a9f35d9d (diff) |
[bracket shitty] add tutorial base
Diffstat (limited to 'static/bs/tutorial')
-rw-r--r-- | static/bs/tutorial/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/bs/tutorial/index.html b/static/bs/tutorial/index.html index a1c586a..11ffbed 100644 --- a/static/bs/tutorial/index.html +++ b/static/bs/tutorial/index.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> + <base href="/bs/tutorial/" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bracket Shitty</title> |