Adrià Vilanova MartÃnez | f276ac7 | 2022-10-13 22:16:22 +0200 | [diff] [blame] | 1 | <!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> |