21 lines
504 B
HTML
21 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>BOOK OF BILL</title>
|
|
<style>
|
|
body {background-color: black;}
|
|
h1 {font-size: 35pt; margin: auto; text-align: center; font-family: serif; color: #b4a446;}
|
|
object {
|
|
height: 100vh;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Book of Bill</h1>
|
|
<object data="book_of_bill.pdf" type="application/pdf" width="100%" height="2000">
|
|
<p>Unable to display PDF file. <a href="book_of_bill.pdf">Download</a> instead.</p>
|
|
</object>
|
|
|
|
</body>
|
|
</html>
|