aboutsummaryrefslogtreecommitdiff
path: root/mal.html
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-06 16:40:55 -0500
committerJoel Martin <github@martintribe.org>2014-04-06 16:40:55 -0500
commit31b4416181158b0e49e0a09da8056298b8522ba2 (patch)
tree39ca29f0841823cb8208a93ff59c942466457934 /mal.html
parentb079f51028571bc603b8d43761c29ff56273bffc (diff)
downloadmal-31b4416181158b0e49e0a09da8056298b8522ba2.tar.gz
mal-31b4416181158b0e49e0a09da8056298b8522ba2.zip
JS: fix web interface.
Diffstat (limited to 'mal.html')
-rw-r--r--mal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/mal.html b/mal.html
index de3a51d..b8b3dd0 100644
--- a/mal.html
+++ b/mal.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
- <title>Building a Lisp</title>
+ <title>Make a Lisp</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
@@ -38,7 +38,7 @@
<div class="wrapper">
<section>
- <h1>Building a Lisp</h1>
+ <h1>Make a Lisp</h1>
<div id="shell-panel">
<div>Lisp REPL</div>