blob: c321ce99413e4c70c76099e9cbf5f4d1b9cc6c8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!doctype html>
<html lang="en">
<head>
<title>Mark's Kitchen</title>
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for marks.kitchen" href="/feed.xml" />
{{> header}}
<script src="/js/hello.js"></script>
</head>
<body>
<h1>Welcome to Mark's Kitchen</h1>
{{> navigation}}
{{> feed}}
{{> footer}}
</body>
</html>
|