1
0
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:
Sergey Konstantinov
2014-09-19 01:01:43 +04:00
parent ac4f65d6f1
commit cf8d587b7f

View File

@@ -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>