middleschool / docs /index.html
Alejandro Cremades
Add HTML page on /docs to embed Hugface space on GitHub Pages
19c509b
raw
history blame
769 Bytes
<!DOCTYPE html>
<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>