diff options
| author | onefang | 2025-12-24 17:18:00 +1000 |
|---|---|---|
| committer | onefang | 2025-12-24 17:18:00 +1000 |
| commit | aaf14b489bc0b93b1b63992eddc1851cc9204d41 (patch) | |
| tree | bf656ed1e781397918818e605241f6ba8db47652 /default.template | |
| parent | Detect browsers preferred theme. (diff) | |
| download | notYetAnotherWiki-polygLua.zip notYetAnotherWiki-polygLua.tar.gz notYetAnotherWiki-polygLua.tar.bz2 notYetAnotherWiki-polygLua.tar.xz | |
OOps, forgot this bit.polygLua
Diffstat (limited to '')
| -rw-r--r-- | default.template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default.template b/default.template index f73a771..588c1a2 100644 --- a/default.template +++ b/default.template | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
| 2 | <html> | 2 | <html> |
| 3 | <head> | 3 | <head> |
| 4 | <meta charset="utf-8"> | 4 | <meta name="color-scheme" content="light dark" /> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | 5 | <meta charset="utf-8" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
| 6 | <title>$title$</title> | 7 | <title>$title$</title> |
| 7 | <link rel="icon" type="image/png" href="$favicon$" /> | 8 | <link rel="icon" type="image/png" href="$favicon$" /> |
| 8 | <style> | 9 | <style> |
