projects
/
recipes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add sqlite dependency
[recipes.git]
/
templates
/
main.html
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<head>
4
<meta
charset
=
"utf-8"
/>
5
<meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
6
<title>
Recettes de cuisine
</title>
7
<link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"static/style.css"
/>
8
</head>
9
10
<body>
11
<div
class
=
"container"
>
12
<h1>
{{ test }}
</h1>
13
</div>
14
</body>
15
</html>