summaryrefslogtreecommitdiff
path: root/data/templates/head.html
blob: 33f0c6dc2e0136e29069180eb8135e94afc3ba69 (plain)
1
2
3
4
5
6
7
8
9
	<head>

		<title>Recipes</title>

		<meta charset="utf-8"/>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="stylesheet" href="/static/style.css" type="text/css">

	</head>