Add a common crate

This commit is contained in:
Grégory Burri 2019-08-15 11:28:31 +02:00
parent c77e8d09e7
commit 44826a7edd
11 changed files with 34 additions and 15 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Recettes de cuisine</title>
<link rel="stylesheet" type="text/css" href="static/style.css" />
</head>
<body>
<div class="container">
<h1>{{ test }}</h1>
</div>
</body>
</html>