1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-02 05:31:50 +00:00
bitcoinbook/theme/epub/layout.html
2016-06-21 05:50:09 -07:00

16 lines
902 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ 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"/>
<meta name="date" content="2016-06-21"/>
<meta name="description" content="Join the technological revolution thats taking the world of finance 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 youre building the next killer app, investing in a startup, or simply curious about the technology, this revised and expanded second edition provides essential detail to get you started."/>
<meta name="identifier" content="9781449374044"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>