mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-11 21:51:12 -06:00
Add repl config
This commit is contained in:
28
index.html
Normal file
28
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user