diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-18 10:44:33 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-18 10:44:33 -0500 |
commit | 686a5b1e94a35cd1e293483638ece0d648c4563f (patch) | |
tree | 592e59dda5e3de12faf1532da826be556350fadd /_includes/head.html |
Initial commit to new cgit platform
Diffstat (limited to '_includes/head.html')
-rwxr-xr-x | _includes/head.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html new file mode 100755 index 0000000..a0bd356 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,5 @@ +<head> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="icon" href="data:,"> + <title>1kB</title> +</head> |