PromucFlow_constructor/app/client/public/index.html

24 lines
680 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" src="./page.min.js"></script>
<script type="text/javascript" src="/shims/realms-shim.umd.min.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link href="https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap" rel="stylesheet" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Appsmith</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>