diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..7f71b68 --- /dev/null +++ b/static/main.css @@ -0,0 +1,4 @@ +html{ + font-family:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; + font-size:0.9em; +} diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..7b8df7b --- /dev/null +++ b/templates/base.html @@ -0,0 +1,11 @@ + + +
+ +{{ text }}
+ + diff --git a/templates/index.html b/templates/index.html index 7f68735..94d9808 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,10 +1 @@ - - - - -{{ text }}
- - +{% extends "base.html" %}