| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Workflow manager</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"> | |
| <style> | |
| body { | |
| font-size: 100%; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <wf-app></wf-app> | |
| <script src="/workflowManager.bundle.js" async defer="defer"></script> | |
| </body> | |
| </html> |