added herremann

This commit is contained in:
Boof 2022-11-29 12:46:20 +01:00 committed by GitHub
parent c7078d7483
commit 83f78021af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
herremann.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test Layout</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
#content
{
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="https://herremann.edu.eu.org"></iframe>
</div>
</body>
</html>