aboutsummaryrefslogtreecommitdiffhomepage
path: root/_header.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-12-26 13:37:38 -0500
committerBradley Taunt <bt@btxx.org>2024-12-26 13:37:38 -0500
commit8ffbd243048a418fb1b6035425a50075b77ef6cc (patch)
tree80b5076ea19c1207728246d913b304ef681b4f7e /_header.html
Initial skeleton, concept
Diffstat (limited to '_header.html')
-rw-r--r--_header.html14
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