datajunction-ui
Version:
DataJunction Metrics Platform UI
27 lines (25 loc) • 855 B
HTML
<html lang="en">
<head>
<base href="/" />
<meta charset="utf-8" />
<link rel="icon" href="public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="src/styles/index.css" />
<meta property="og:title" content="DataJunction UI" />
<meta property="og:description" content="" />
<title>DataJunction App</title>
<meta name="description" content="" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Inter Font -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
</body>
</html>