1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-13 19:38:56 +00:00
bitcoinbook/theme/epub/layout.html
2023-02-22 10:34:29 -08:00

16 lines
917 B
HTML

{{ 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-02-22"/>
<meta name="description" content="Join the technological revolution that's taking the financial world by storm. Mastering Bitcoin 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="9781098150099"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>