clearml-web/src/index.html

25 lines
671 B
HTML
Raw Normal View History

2020-06-04 15:07:14 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>trains</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2020-09-10 13:45:48 +00:00
<link rel="icon" type="image/x-icon" href="favicon.ico?v=5">
2020-06-04 15:07:14 +00:00
<script>
if (global === undefined) {
var global = window;
}
</script>
<meta name="theme-color" content="#1976d2">
</head>
<body class="dark-theme">
<sm-root></sm-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
<footer>
<script crossorigin="use-credentials" src="app/webapp-common/assets/plotly-1.52.2.min.js"></script>
</footer>
</html>