2017-06-10 15:35:10 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2017-07-11 18:51:01 +02:00
|
|
|
<base href="/">
|
2017-06-10 15:35:10 +02:00
|
|
|
|
|
|
|
<!-- Title -->
|
|
|
|
<title><% htmlWebpackPlugin.options.title %></title>
|
2017-10-09 08:26:43 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-06-10 15:35:10 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<!-- htmllint attr-bans="false" -->
|
2017-07-11 18:51:01 +02:00
|
|
|
<body style="padding-bottom: 50px; padding-top: 70px">
|
2017-06-10 15:35:10 +02:00
|
|
|
<!-- htmllint attr-bans="$previous" -->
|
2017-08-01 23:09:21 +02:00
|
|
|
<accountant></accountant>
|
2017-06-10 15:35:10 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|