PromucFlow_constructor/app/client/public/index.html

28 lines
1.1 KiB
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-16 08:49:10 +00:00
<link href="../node_modules/normalize.css/normalize.css" rel="stylesheet" />
<!-- blueprint-icons.css file must be included alongside blueprint.css! -->
<link href="../node_modules/@blueprintjs/icons/lib/css/blueprint-icons.css" rel="stylesheet" />
<link href="../node_modules/@blueprintjs/core/lib/css/blueprint.css" rel="stylesheet" />
2019-12-03 09:21:06 +00:00
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<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>
</body>
2019-11-25 05:07:27 +00:00
</html>