2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-08 19:10:35 +00:00
lnbook/theme/mobi/layout.html
2021-03-26 09:52:53 -07:00

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-02-16"/>
<meta name="description" content="Launched in early 2018, the Lightning Network (LN) is rapidly growing in users and capacity. This second-layer payment protocol works on top of Bitcoin and other cryptocurrencies 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."/>
<meta name="identifier" content="9781492054863"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>