Skip to content
Snippets Groups Projects
index.html 755 B
Newer Older
  • Learn to ignore specific revisions
  • <html lang="en" data-bs-theme="light">
    
    <head>
        <meta charset="UTF-8"/>
        <link rel="icon" href="/favicon.ico"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <title>CloWM - Cloud-based Workflow Manager</title>
        <meta name="description" content="The Cloud-based Workflow Manager (CloWM) is a service hosted at Bielefeld University that can transform your Nextflow workflow into a public webservice and provide compute and storage resources for executing your registered workflow"/>
    
    </head>
    <body>
    <div id="app" class="d-flex flex-column justify-content-between" style="min-height: 100vh"></div>
    <script type="module" src="/src/main.ts"></script>
    </body>