ToolJet/frontend/src/index.html
2021-08-21 09:39:04 +05:30

23 lines
702 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ToolJet - Dashboard</title>
<style>
a {
cursor: pointer;
}
</style>
<link rel="icon" href="/assets/images/logo.svg" sizes="any" type="image/svg+xml" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<div id="app"></div>
</body>
</html>