2022-10-12 14:21:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2024-04-15 18:22:34 +00:00
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2022-10-12 14:21:49 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
2024-04-15 18:22:34 +00:00
|
|
|
<meta name="version-info" content='%VITE_VERSION_INFO%' />
|
2022-10-12 14:21:49 +00:00
|
|
|
<meta
|
|
|
|
name="description"
|
2022-12-24 05:07:17 +00:00
|
|
|
content="A turnkey solution for building and executing the workflows that drive your business"
|
2022-10-12 14:21:49 +00:00
|
|
|
/>
|
2024-04-15 18:22:34 +00:00
|
|
|
<link rel="apple-touch-icon" href="/logo192.png" />
|
2022-10-12 14:21:49 +00:00
|
|
|
<!--
|
|
|
|
manifest.json provides metadata used when your web app is installed on a
|
|
|
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
|
|
-->
|
2024-04-15 18:22:34 +00:00
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2022-12-24 05:07:17 +00:00
|
|
|
<title>SpiffWorkflow</title>
|
2023-02-07 22:21:54 +00:00
|
|
|
<script>
|
|
|
|
window.spiffworkflowFrontendJsenv = {};
|
|
|
|
</script>
|
2022-10-12 14:21:49 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
2024-04-15 18:22:34 +00:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2022-10-12 14:21:49 +00:00
|
|
|
<!--
|
|
|
|
This HTML file is a template.
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
|
|
-->
|
|
|
|
</body>
|
|
|
|
</html>
|