22 lines
832 B
HTML
22 lines
832 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<link rel="shortcut icon" href="./static-files/favicon.ico" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<!--
|
|
manifest.json provides metadata used when your web app is added to the
|
|
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
|
-->
|
|
<link rel="manifest" href="./static-files/manifest.json" crossorigin="use-credentials" />
|
|
<title>MLflow</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript> You need to enable JavaScript to run this app. </noscript>
|
|
<div id="root" class="mlflow-ui-container"></div>
|
|
<div id="modal" class="mlflow-ui-container"></div>
|
|
</body>
|
|
</html>
|