clearml-web/src/index.html
2022-06-07 17:48:29 +03:00

23 lines
556 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ClearML</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/x-icon" href="favicon.ico?v=7">
<script>
if (global === undefined) {
var global = window;
}
</script>
<script src="env.js"></script>
</head>
<body class="dark-theme">
<sm-root></sm-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
<footer>
</footer>
</html>