diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-06 16:40:55 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-06 16:40:55 -0500 |
| commit | 31b4416181158b0e49e0a09da8056298b8522ba2 (patch) | |
| tree | 39ca29f0841823cb8208a93ff59c942466457934 /mal.html | |
| parent | b079f51028571bc603b8d43761c29ff56273bffc (diff) | |
| download | mal-31b4416181158b0e49e0a09da8056298b8522ba2.tar.gz mal-31b4416181158b0e49e0a09da8056298b8522ba2.zip | |
JS: fix web interface.
Diffstat (limited to 'mal.html')
| -rw-r--r-- | mal.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
