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

16 lines
979 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. Antonopolous, Olaoluwa Osuntokun, and Rene Pickhardt"/>
<meta name="date" content="2021-11-22"/>
<meta name="description" content="The Lightning Network (LN) is a rapidly growing second-layer payment protocol that works on top of Bitcoin to provide near-instantaneous transactions between two parties. With this practical guide, authors Andreas M. Antonopoulos, Olaoluwa Osuntokun, and Rene Pickhardt explain how this advancement will enable the next level of scale for Bitcoin, increasing speed and privacy while reducing fees. Ideal for developers, systems architects, investors, and entrepreneurs."/>
<meta name="identifier" content="9781492054863"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>