Files
modeling-app/index.html

23 lines
860 B
HTML
Raw Normal View History

2022-11-12 13:11:54 +11:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<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"
content="An open-source CAD modeling tool from the future by KittyCAD."
2022-11-12 13:11:54 +11:00
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<script defer data-domain="app.kittycad.io" src="https://plausible.corp.kittycad.io/js/script.js"></script>
<title>KittyCAD Modeling App</title>
2022-11-12 13:11:54 +11:00
</head>
<body class="body-bg">
2022-11-12 13:11:54 +11:00
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="h-screen overflow-y-auto"></div>
<script type="module" src="/src/index.tsx"></script>
2022-11-12 13:11:54 +11:00
</body>
</html>