blob: efb73694a3ed22bec9a5a24fbc194020d39fe666 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|