diff options
Diffstat (limited to 'src/_head.htm')
-rw-r--r-- | src/_head.htm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/_head.htm b/src/_head.htm new file mode 100644 index 0000000..762965e --- /dev/null +++ b/src/_head.htm | |||
@@ -0,0 +1,14 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
6 | <meta name="viewport" | ||
7 | content="width=device-width,initial-scale=1,shrink=to-fit=no"> | ||
8 | <title>$(title)</title> | ||
9 | <link rel="shortcut icon" | ||
10 | href="data:image/gif;base64,R0lGODdhEAAQAIAAAAByL8zAGiwAAAAAEAAQAAACK4wNqQsX+1hD6kiaXKxQb+ZZYChmpGNinfpxV/q02dzUrx1L+Lzlp60LFgAAOw==" /> | ||
11 | <link rel="stylesheet" type="text/css" href="static/casa.css"> | ||
12 | <link rel="alternate" type="application/atom+xml" href="static/rss.xml"> | ||
13 | </head> | ||
14 | <body> | ||