Files
hatchet/frontend/app/index.html
2024-02-04 20:48:35 -05:00

24 lines
646 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Hatchet</title>
<meta
name="description"
content="Write workflows as code. Scale with Hatchet."
/>
<link
href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700"
rel="stylesheet"
/>
<meta property="og:title" content="Hatchet" />
<link rel="icon" type="image/png" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hatchet</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>