Add repl config

This commit is contained in:
fischerq
2023-06-03 17:03:27 +00:00
parent 7c1b74c25d
commit 18afb488c0
5 changed files with 68 additions and 0 deletions

28
index.html Normal file
View File

@@ -0,0 +1,28 @@
<html>
<head>
<style type="text/css">
body {
margin: 0;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
}
.footer {
position: absolute;
width: 100%;
bottom: 0;
}
</style>
</head>
<body>
<div class="footer">
<button><a href="book/book.pdf" download="book.pdf">Download</a></button>
</div>
<iframe src="book/book.pdf"></iframe>
</body>
</html>