Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
katsaii committed Oct 4, 2023
1 parent 1afa598 commit 8b986f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<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="./word-count.html">word counter</a></li>
</ul>
<p>view the JavaScript code <a href="https://github.com/katsaii/sob/blob/main/sob.js">here</a></p>
4 changes: 3 additions & 1 deletion word-count.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script src="./sob.js"></script>
<script src="./word-count.js"></script>
<textarea id="src" rows="10" style="width : 100%">paste text here</textarea>
<a href="./index.html">&lt;&lt; back</a>
<p>paste text in the box below and then click one of the buttons</p>
<textarea id="src" rows="10" style="width : 100%" placeholder="hello world"></textarea>
<hr>
<button onclick="getCounts()">word count</button>
<div id="dest"></div>

0 comments on commit 8b986f8

Please sign in to comment.