mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
23 lines
556 B
HTML
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>
|