diff options
Diffstat (limited to '_header.html')
-rw-r--r-- | _header.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_header.html b/_header.html new file mode 100644 index 0000000..63cd099 --- /dev/null +++ b/_header.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="color-scheme" content="light dark"> + <title>OpenBASED - Setup OpenBSD as a daily driver using only the included, base programs</title> + <link rel="icon" type="image/x-icon" href="./favicon.ico"> + <link rel="stylesheet" href="./style.css"> +</head> +<body> + <h1><a href="/"><span class="title"><i>Open</i><b>BASED</b></span></a></h1> + <hr> +
\ No newline at end of file |