diff options
author | Aaron Williamson <aaron@copiesofcopies.org> | 2011-07-01 14:47:02 -0400 |
---|---|---|
committer | Aaron Williamson <aaron@copiesofcopies.org> | 2011-07-01 14:47:02 -0400 |
commit | efc395dfbec772d09703b4cfbeead17c3f38a2cb (patch) | |
tree | 19724ddd2ba2dd8de2b389a14da4f90eb23f09a8 /stashbox/templates/base.html | |
parent | 20a15553fa0fa4138c468d2892cd07d6baa061d2 (diff) |
Added interface code
Diffstat (limited to 'stashbox/templates/base.html')
-rw-r--r-- | stashbox/templates/base.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/stashbox/templates/base.html b/stashbox/templates/base.html new file mode 100644 index 0000000..7171658 --- /dev/null +++ b/stashbox/templates/base.html @@ -0,0 +1,14 @@ +$def with (page) + +<!DOCTYPE html> +<html lang="en"> +<head> + <title>Shareguard</title> + <link rel="stylesheet" type="text/css" href="/static/main.css" /> +</head> +<body> + +$:page + +</body> +</html> |