index.html revision 27b2ac15d8015fcdd3a940b10e788f408903670e
<!DOCTYPE html>
<html>
<head>
<title>OpenIDM</title>
<script type="text/javascript">
if (typeof console == "undefined") {
this.console = {
log : function() {
},
info : function() {
},
debug : function() {
}
};
}
</script>
<!--[if IE]>
<link rel="stylesheet" href="css/style-ie.css" />
<![endif]-->
</head>
<body>
<div id="messages"></div>
<div id="wrapper"></div>
</body>
</html>