Difference between revisions of "Main Page"

From Networks of Care
Jump to navigation Jump to search
 
(88 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
{{#css:
 +
 +
#content{
 +
margin-left: 0;
 +
padding: 0;
 +
}
 +
 +
 +
h1{
 +
display: none;
 +
}
 +
 +
.mw-body-content p {
 +
max-width: 100%;
 +
position: fixed;
 +
width: 100%;
 +
height: 100%;
 +
left: 0;
 +
top: 0;
 +
display: block;
 +
margin-top: 0;
 +
}
 +
}}
 +
 
<html>
 
<html>
<div id="mw-mywiki-example"></div>
+
<head>
 +
  <base target="_parent">
 +
</head>
 +
<body>
 +
<iframe src="https://hub.xpub.nl/networksofcare/map.htm" height="100%"  width="100%" frameBorder="0"></iframe>
 +
</body>
 
</html>
 
</html>
 
<script>
 
$(function () {
 
var myElement = document.getElementById('mw-mywiki-example');
 
myElement.innerHTML = 'any HTML';
 
}());
 
</script>
 

Latest revision as of 14:44, 5 June 2020