northsidestudio Website init

This commit is contained in:
Thomas Sindt
2026-06-11 22:35:16 +02:00
parent eebd09dc0a
commit dcf9e833eb
10 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>{{ .Site.Title }}</title>
</head>
<body>
<h1>{{ .Site.Title}}</h1>
{{ .Content }}
</body>
</html>