diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-12 17:26:24 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-12 17:26:24 -0600 |
commit | 85a1f20681b4f28b7e5230ef64c2b59e178ce638 (patch) | |
tree | e3f45e05890d25e56a6e2f26034c2d65cd4b73db /assets/html_header.html | |
parent | dd5411a8d709520c19a2e3577064b6c1bc289e64 (diff) |
Flesh out search ...
Diffstat (limited to 'assets/html_header.html')
-rw-r--r-- | assets/html_header.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/html_header.html b/assets/html_header.html new file mode 100644 index 0000000..0ff3660 --- /dev/null +++ b/assets/html_header.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> +<!--meta name="theme-color" content="#E6E6FF"--> +<title>bunkergate.org</title> +<link rel="icon" type="image/vnd.microsoft.icon" href="/static/favicon.ico"> +<link rel="stylesheet" type="text/css" href="/static/css/retro.css"> +</head> +<body> + |