mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 00:40:10 -06:00
24 lines
646 B
HTML
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>
|