summaryrefslogtreecommitdiff
path: root/html/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/app.html')
-rw-r--r--html/app.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/html/app.html b/html/app.html
new file mode 100644
index 0000000..3db26fa
--- /dev/null
+++ b/html/app.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>GNUfault</title>
+ <link rel="stylesheet" type="text/css" href="/css/all.css">
+</head>
+<body>
+ <div class="container">
+ {{HEADER}}
+
+ <div class="content">
+ {{CONTENT}}
+ </div>
+
+ {{FOOTER}}
+ </div>
+</body>
+</html>