Exploring-MycoFi-Book/index.html

41 lines
925 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exploring MycoFi</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
height: 100vh;
overflow: hidden;
}
.zine-embed {
width: 100vw;
height: 100vh;
}
.zine-embed iframe {
border: none;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="zine-embed">
<iframe
src="https://online.fliphtml5.com/phqos/acdx/"
seamless="seamless"
scrolling="no"
frameborder="0"
allowtransparency="true"
allowfullscreen="true">
</iframe>
</div>
</body>
</html>