22 lines
653 B
HTML
Executable File
22 lines
653 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<script rel="prefetch" 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" />
|
|
<title>Appsmith</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="text/javascript">
|
|
window.BASE_URL = "___BASE_URL___";
|
|
</script>
|
|
</body>
|
|
</html>
|