Spaces:
Running
Running
<html> | |
<head> | |
<title>Middle School Tutor</title> | |
<link rel="shortcut icon" href="./favicon.ico" /> | |
<meta charset="UTF-8" /> | |
<meta | |
name="viewport" | |
content="width=device-width,initial-scale=1,shrink-to-fit=no" | |
/> | |
<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://alecrem-middleschool.hf.space" | |
></iframe> | |
</div> | |
</body> | |
</html> | |