diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 71303b6..3303ffc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,8 +3,9 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> + <meta name="description" content="Functional programming language based on pure bruijn-indexed lambda calculus." /> <link rel="stylesheet" href="style.css" type="text/css" media="all"> - <title>bruijn</title> + <title>bruijn programming language</title> </head> <body> <div class="header"> |