<!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <title>Mentornity Console</title> <meta name="Description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <meta name="theme-color" content="#16161d"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta http-equiv="x-ua-compatible" content="IE=Edge"> <script type="module" src="/build/devingen.esm.js" data-stencil data-resources-url="/build/" data-stencil-namespace="devingen"></script> <script nomodule="" src="/build/devingen.js" data-stencil></script> <link href="/build/devingen.css" rel="stylesheet"> <link rel="apple-touch-icon" href="/assets/icon/icon.png"> <link rel="icon" type="image/x-icon" href="/assets/icon/favicon-mt-console.ico"> <link rel="manifest" href="/manifest.json"> <!-- icon set --> <link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css"> <!-- markdown --> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js"></script> <!-- prettyprint --> <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?skin=desert"></script> <!-- Include stylesheet --> <link href="https://cdn.jsdelivr.net/npm/quill@2.0.1/dist/quill.snow.css" rel="stylesheet"> <!-- Include the Quill library --> <script src="https://cdn.jsdelivr.net/npm/quill@2.0.1/dist/quill.js"></script> </head> <body> <mentornity-console-app-root></mentornity-console-app-root> </body></html>