diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-22 14:15:28 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-22 14:15:34 -0400 |
| commit | afa17dfda2fb4fcc74e58236b2bf86f9ba6c50a4 (patch) | |
| tree | b286cf154305e42ebbd43240b657be62f0c27997 /docs/problems.html | |
| parent | 0cb146516528afd700b5c4bec9c5373cf54fd778 (diff) | |
Add favicon
Diffstat (limited to 'docs/problems.html')
| -rw-r--r-- | docs/problems.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/problems.html b/docs/problems.html index a15a0e17..fd00dc66 100644 --- a/docs/problems.html +++ b/docs/problems.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="problems-with-bqn">Problems with BQN</h1> <p>Every language has some issues that everyone can agree make programming harder. Sometimes there is a simple solution that has not yet been discovered; sometimes the problem is inherent to the language because it's caused by fundamental choices (or anywhere in between). Below are problems I have identified in BQN, ordered from what I consider the most severe to the least. This is independent of whether the issue can be solved—if it somehow went away, how much better would the language be?</p> |
