medialog's picture
Update index.html
c222eeb verified
raw
history blame
530 Bytes
<!doctype html>
<html style="height:100%;">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body style="margin:0; height:100%; overflow:hidden;">
<iframe src="https://partner.novamsg.org:8030/"
style="width:100%; height:100%; border:none; display:block;"
allowfullscreen>
Your browser does not support iframes.
</iframe>
</body>
</html>