2022-11-12 13:11:54 +11:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2024-08-16 07:15:42 -04:00
|
|
|
<!-- PERPETUAL TODO reconsider this option.
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
|
|
|
|
-->
|
|
|
|
|
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-12-18 06:15:26 -05:00
|
|
|
content="An open-source CAD modeling tool from the future by Zoo."
|
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" />
|
2024-09-11 16:57:54 -04:00
|
|
|
<link rel="stylesheet" href="./inter/inter.css" />
|
2023-12-19 14:19:34 -05:00
|
|
|
<script
|
|
|
|
defer
|
2024-01-02 11:10:06 -08:00
|
|
|
data-domain="app.zoo.dev"
|
2024-05-07 14:33:11 -04:00
|
|
|
src="https://plausible.corp.zoo.dev/js/script.tagged-events.js"
|
2023-12-19 14:19:34 -05:00
|
|
|
></script>
|
2025-04-03 22:24:51 -04:00
|
|
|
<title>Zoo Design Studio</title>
|
2022-11-12 13:11:54 +11:00
|
|
|
</head>
|
2023-08-10 13:30:32 -04:00
|
|
|
<body class="body-bg">
|
2022-11-12 13:11:54 +11:00
|
|
|
<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>
|