PromucFlow_constructor/app/client/public/index.html

27 lines
766 B
HTML
Raw Normal View History

2019-01-21 15:11:10 +00:00
<!DOCTYPE html>
<html lang="en">
2019-11-06 12:12:41 +00:00
<head>
2019-12-03 09:21:06 +00:00
<script type="text/javascript" src="./page.min.js"></script>
2019-12-03 10:03:05 +00:00
<script type="text/javascript" src="/shims/realms-shim.umd.min.js"></script>
2019-12-03 09:21:06 +00:00
<meta charset="utf-8" />
2019-11-06 12:12:41 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
2019-01-21 15:11:10 +00:00
2019-12-03 09:21:06 +00:00
<link href="https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap" rel="stylesheet" />
2019-12-03 09:21:06 +00:00
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2019-11-06 12:12:41 +00:00
<title>Appsmith</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
2020-01-22 12:26:25 +00:00
<script type="text/javascript">
window.BASE_URL = "___BASE_URL___";
</script>
2019-11-06 12:12:41 +00:00
</body>
2019-11-25 05:07:27 +00:00
</html>