accountant-ui/src/index.ejs

17 lines
308 B
Plaintext
Raw Normal View History

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>
2017-08-27 18:04:58 +02:00
<body>
2017-08-01 23:09:21 +02:00
<accountant></accountant>
2017-06-10 15:35:10 +02:00
</body>
</html>