-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
32 lines (29 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>LB</title>
</head>
<body>
<article>
<h1>
Language bars, key-bindings, and character compositions
<a href="https://abrudz.github.io/lb/05ab1e"><button>05AB1E</button></a>
<a href="https://abrudz.github.io/lb/actually"><button>Actually</button></a>
<a href="https://abrudz.github.io/lb/apl"><button>APL</button></a>
<a href="https://abrudz.github.io/lb/bqn"><button>BQN</button></a>
<a href="https://abrudz.github.io/lb/brachylog"><button>Brachylog</button></a>
<a href="https://abrudz.github.io/lb/husk"><button>Husk</button></a>
<a href="https://abrudz.github.io/lb/jelly"><button>Jelly</button></a>
<a href="https://abrudz.github.io/lb/julia"><button>Julia</button></a>
<a href="https://abrudz.github.io/lb/vyxal"><button>Vyxal</button></a>
<a href="https://github.com/sponsors/abrudz" style="text-decoration: none; color: #ea4aaa; float: right;"
title="Sponsor">♥</a>
</h1>
<p>This provides up to three ways to easily enter the special characters of a programming language into pretty
much any input field on any webpage.</p>
<p>Adapted from <a href="https://aplwiki.com/wiki/ngn/apl">ngn/apl</a>'s online demo.</p>
<p>Source is at <a href="https://github.com/abrudz/lb">github.com/abrudz/lb</a>.</p>
</article>
</body>
</html>