diff options
Diffstat (limited to 'docs/running.html')
| -rw-r--r-- | docs/running.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/running.html b/docs/running.html index ca02f587..f96c6959 100644 --- a/docs/running.html +++ b/docs/running.html @@ -1,4 +1,7 @@ -<head><link href="style.css" rel="stylesheet"/></head> +<head> + <link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/> + <link href="style.css" rel="stylesheet"/> +</head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="how-to-run-bqn">How to run BQN</h1> <p>BQN is in an early stage of development, and no implementation is complete yet. However, it's a relatively simple language to implement, and a few implementations come close. At the moment, dzaima/BQN is the most usable version, with good performance and error reporting.</p> |
