mirror of
https://github.com/twirl/The-API-Book.git
synced 2025-01-23 17:53:04 +02:00
typo fix
This commit is contained in:
parent
22ee25d368
commit
e8eaba55a7
4
build.js
4
build.js
@ -14,9 +14,7 @@ const html = `<html><head>
|
|||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Сергей Константинов. API</title>
|
<title>Сергей Константинов. API</title>
|
||||||
<meta name="author" content="Сергей Константинов"/>
|
<meta name="author" content="Сергей Константинов"/>
|
||||||
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Serif"/>
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif&family=PT+Sans&family=Inconsolata"/>
|
||||||
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Sans"/>
|
|
||||||
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=Inconsolata"/>
|
|
||||||
<style>${fs.readFileSync('src/style.css', 'utf-8')}</style>
|
<style>${fs.readFileSync('src/style.css', 'utf-8')}</style>
|
||||||
</head><body>
|
</head><body>
|
||||||
<article>${content}</article>
|
<article>${content}</article>
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Сергей Константинов. API</title>
|
<title>Сергей Константинов. API</title>
|
||||||
<meta name="author" content="Сергей Константинов"/>
|
<meta name="author" content="Сергей Константинов"/>
|
||||||
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Serif"/>
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif&family=PT+Sans&family=Inconsolata"/>
|
||||||
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Sans"/>
|
|
||||||
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=Inconsolata"/>
|
|
||||||
<style>body {
|
<style>body {
|
||||||
font-family: 'PT Serif';
|
font-family: 'PT Serif';
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
|
BIN
docs/API.ru.pdf
BIN
docs/API.ru.pdf
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user