summarylogtreecommitdiffstats
path: root/default.html
diff options
context:
space:
mode:
authorSimon Wilper2017-02-23 16:19:07 +0100
committerSimon Wilper2017-02-23 16:19:07 +0100
commit2aefdf2042d89696512bd5b14f93d78e9ace6769 (patch)
tree79f4b1a0a6f22ceeead57165d0d8451bf1a6252b /default.html
downloadaur-2aefdf2042d89696512bd5b14f93d78e9ace6769.tar.gz
initial commit
Diffstat (limited to 'default.html')
-rw-r--r--default.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/default.html b/default.html
new file mode 100644
index 000000000000..a8279f6cc573
--- /dev/null
+++ b/default.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>{{title}}</title>
+ <link href="default.css" type="text/css" rel="stylesheet" />
+ </head>
+ <body>
+ {{contents}}
+ </body>
+</html>