You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitcoinbook/theme/epub/layout.html

16 lines
913 B

{{ doctype }}
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="publisher" content="O'Reilly Media, Inc."/>
<meta name="author" content="Andreas M. Antonopoulos and David A. Harding"/>
<meta name="date" content="2023-11-03"/>
<meta name="description" content="Join the technological revolution that's taking the financial world by storm. This book is your guide through the seemingly complex world of Bitcoin, providing the knowledge you need to participate in the internet of money. Whether you're building the next killer app, investing in a startup, or simply curious about the technology, this revised and expanded third edition provides essential detail to get you started."/>
<meta name="identifier" content="978-1-098-15009-9"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>