-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.41 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mendix</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css?{{cachebust}}">
<link rel="stylesheet" href="mxclientsystem/mxui/ui/mxui.css?{{cachebust}}">
<!-- Want to use SCSS? Place the line below between comments -->
<link rel="stylesheet" href="styles/lib/lib.css?{{cachebust}}">
<link rel="stylesheet" href="styles/custom.css?{{cachebust}}">
</head>
<body dir="ltr">
<div id="content"></div>
<script>
dojoConfig = {
isDebug: false,
rtlRedirect: "index-rtl.html?{{cachebust}}",
baseUrl: "mxclientsystem/dojo/",
cacheBust: "{{cachebust}}"
};
</script>
<script>
if (!document.cookie || !document.cookie.match(/(^|;)originURI=/gi))
document.cookie = "originURI=/login.html";
</script>
<script src="mxclientsystem/mxui/mxui.js?{{cachebust}}"></script>
</body>
</html>