You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
672 B
15 lines
672 B
<!DOCTYPE html><html lang="en"><head>
|
|
<meta charset="utf-8">
|
|
<title>JupyterWeb</title>
|
|
<base href=".">
|
|
|
|
<!--Mermaid is not working with requirejs so need to be loaded before it, even is not used. Guys from Kotlin-notebooks really asked it-->
|
|
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
|
|
|
<script data-main="main" src="https://requirejs.org/docs/release/2.3.6/minified/require.js"></script>
|
|
</head>
|
|
<body style="overflow: hidden;">
|
|
<app-root></app-root>
|
|
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>
|
|
|
|
</body></html> |