clearml-web/src/index.html

23 lines
556 B
HTML
Raw Normal View History

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-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>