blob: c00dcdaebb78acd91ba8066b678dc79f95916756 [file] [log] [blame]
Adrià Vilanova Martínezf276ac72022-10-13 22:16:22 +02001<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Workflow manager</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
8 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
9 <style>
10 body {
11 font-size: 100%;
12 }
13 </style>
14 </head>
15 <body>
16 <wf-app></wf-app>
17 <script src="/workflowManager.bundle.js" async defer="defer"></script>
18 </body>
19</html>