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">
|
2020-06-04 15:07:14 +00:00
|
|
|
<script>
|
|
|
|
if (global === undefined) {
|
|
|
|
var global = window;
|
|
|
|
}
|
|
|
|
</script>
|
2022-02-15 11:09:07 +00:00
|
|
|
<script src="/assets/ace-builds/ace.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>
|