diff options
Diffstat (limited to 'src/templates/index.html')
-rw-r--r-- | src/templates/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html new file mode 100644 index 0000000..efb7369 --- /dev/null +++ b/src/templates/index.html @@ -0,0 +1,20 @@ +<!doctype html> +<html lang="en"> + +<head> + <title>Mark's Kitchen</title> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <link rel="stylesheet" type="text/css" href="/css/styles.css"> + <link rel="shortcut icon" href="/favicon.ico"> + <link rel="alternate" type="application/rss+xml" title="RSS Feed for marks.kitchen" href="/feed.xml" /> +</head> + +<body> + <h1>Welcome to Mark's Kitchen</h1> + {{> navigation}} + {{> feed}} + {{> footer}} +</body> + +</html>
\ No newline at end of file |