sbt-idp/cope2n-fe/index.html

29 lines
1.0 KiB
HTML
Raw Normal View History

2023-11-30 11:19:06 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2024-01-31 04:08:20 +00:00
<meta charset="utf-8" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="A ML-Ops platform" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<title>SBT</title>
<style>
div#root {
height: 100vh;
}
</style>
2023-11-30 11:19:06 +00:00
</head>
<body>
2024-01-31 04:08:20 +00:00
<noscript>You need to enable JavaScript to run this app.</noscript>
2023-11-30 11:19:06 +00:00
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>