2022-11-12 13:11:54 +11:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-07-20 19:25:04 -04:00
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2022-11-12 13:11:54 +11:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<meta
|
|
|
|
name="description"
|
2023-08-06 21:29:26 -04:00
|
|
|
content="An open-source CAD modeling tool from the future by KittyCAD."
|
2022-11-12 13:11:54 +11:00
|
|
|
/>
|
2023-07-20 19:25:04 -04:00
|
|
|
<link rel="apple-touch-icon" href="/logo192.png" />
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2023-08-06 21:29:26 -04:00
|
|
|
<title>KittyCAD Modeling App</title>
|
2022-11-12 13:11:54 +11:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2023-08-08 18:30:26 -04:00
|
|
|
<div id="root" class="h-screen overflow-y-auto"></div>
|
2023-07-20 19:25:04 -04:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2022-11-12 13:11:54 +11:00
|
|
|
</body>
|
|
|
|
</html>
|