2020-06-04 15:07:14 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-01-18 14:30:25 +00:00
|
|
|
<title>ClearML</title>
|
2020-06-04 15:07:14 +00:00
|
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2021-01-18 14:30:25 +00:00
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico?v=7">
|
2023-03-29 15:04:17 +00:00
|
|
|
<link href="app/webapp-common/assets/fonts/heebo.css" rel="stylesheet">
|
|
|
|
<link rel="preload" href="app/webapp-common/assets/fonts/Heebo-Bold.ttf" as="font" type="font/ttf" crossorigin />
|
|
|
|
<link rel="preload" href="app/webapp-common/assets/fonts/Heebo-Light.ttf" as="font" type="font/ttf" crossorigin />
|
|
|
|
<link rel="preload" href="app/webapp-common/assets/fonts/Heebo-Medium.ttf" as="font" type="font/ttf" crossorigin />
|
|
|
|
<link rel="preload" href="app/webapp-common/assets/fonts/Heebo-Regular.ttf" as="font" type="font/ttf" crossorigin />
|
|
|
|
<link rel="preload" href="app/webapp-common/assets/fonts/Heebo-Thin.ttf" as="font" type="font/ttf" crossorigin />
|
2020-06-04 15:07:14 +00:00
|
|
|
<script>
|
|
|
|
if (global === undefined) {
|
|
|
|
var global = window;
|
|
|
|
}
|
|
|
|
</script>
|
2022-06-07 14:48:29 +00:00
|
|
|
<script src="env.js"></script>
|
2020-06-04 15:07:14 +00:00
|
|
|
</head>
|
|
|
|
<body class="dark-theme">
|
|
|
|
<sm-root></sm-root>
|
|
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
|
|
|
</body>
|
|
|
|
<footer>
|
|
|
|
</footer>
|
|
|
|
</html>
|