-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
16 lines (16 loc) · 897 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<meta charset="utf-8">
<link rel="stylesheet" href="./root.css">
<h1>Sick of brands?</h1>
<p>ever needed to use an online tool for counting words or converting between
number systems, only to find that every site blasts you with hundreds of pop-ups
and ads?</p>
<p>this site is an alternative to that, offering these bare bones tools with no
ads or surveillance</p>
<ul>
<li><a href="./case-convert.html">text case converter</a></li>
<li><a href="./morse-code.html">morse code decoder, encoder, and visualiser</a></li>
<li><a href="./base-convert.html">positive and negative number base converter</a></li>
<li><a href="./bit-font.html">convert Bit Font Maker fonts into sprite atlases for use in GameMaker</a></li>
<li><a href="./word-count.html">word, glyph, and byte counter</a></li>
</ul>
<p>view the JavaScript code <a href="https://github.com/katsaii/sob/blob/main/sob">here</a></p>