add metadata

This commit is contained in:
Michele Guerini Rocco 2017-09-06 02:09:47 +02:00
parent d3d9c89eb2
commit ebe5ca22b0
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -1,10 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Category Theory for Programmers: The Preface</title>
<meta charset="utf-8"/>
<meta name="author" content="Bartosz Milewski"/>
<meta name="description" content="Introduction to category theory"/>
<meta name="keywords" content="Category Theory, Functional Programming, Haskell, C++"/>
<meta name="date" content="September 9, 2017"/>
<title>Category Theory for Programmers</title>
<link rel="stylesheet" href="../style.css">
</head>
<body>
<h1>Preface</h1>
<blockquote>
@ -30,4 +36,5 @@
<figcaption>Ad hoc measures preventing the Beauvais cathedral from collapsing.</figcaption>
</figure>
</body>
</html>