You've already forked The-API-Book
mirror of
https://github.com/twirl/The-API-Book.git
synced 2025-08-10 21:51:42 +02:00
Styles added
This commit is contained in:
9
API.html
9
API.html
@@ -2,6 +2,15 @@
|
|||||||
<html><head>
|
<html><head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>API</title>
|
<title>API</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
width: 80%;
|
||||||
|
max-width: 1000px;
|
||||||
|
margin: 10px auto;
|
||||||
|
font-family: Georgia, serif;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head><body>
|
</head><body>
|
||||||
<h1>API</h1>
|
<h1>API</h1>
|
||||||
<h2>Об авторе</h2>
|
<h2>Об авторе</h2>
|
||||||
|
Reference in New Issue
Block a user