Initial empty repository

This commit is contained in:
user
2026-02-08 08:47:55 -08:00
parent 6379c894d2
commit 3b13d9cc53
8 changed files with 0 additions and 160 deletions

View File

@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Site.Title }}</title>
<meta name="description" content="{{ .Site.Params.description }}">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
{{ block "main" . }}{{ end }}
<footer>
<p>lora.vegas &mdash; Las Vegas Meshtastic community</p>
</footer>
</body>
</html>