summaryrefslogtreecommitdiff
path: root/includes/layout.tpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/layout.tpl.html')
-rwxr-xr-xincludes/layout.tpl.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/includes/layout.tpl.html b/includes/layout.tpl.html
new file mode 100755
index 0000000..a6552e2
--- /dev/null
+++ b/includes/layout.tpl.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="/site.css">
+ <title>%{title}</title>
+ </head>
+ <body>
+ <header>
+ <h1><a href="/">./random.sh</a></h1>
+ </header>
+ <article>
+ %{body}
+ </article>
+ </body>
+<!-- generated_at="%{built_at}" from="%{source_file}" -->
+</html>