add simple version to main site

This commit is contained in:
Jakob 2023-09-04 11:13:39 +02:00
parent d0c74f85c6
commit 6aa9176c49
5 changed files with 366 additions and 1 deletions

View file

@ -55,7 +55,8 @@
</main>
<footer>
<h2>About this</h2>
<p>This website was created to convert between the esoteric programming languages HoHoHo! and Brainfuck easily. The source code of this website can be <a href="https://github.com/fyr77/hohoho/" target="_blank">found here</a>. More information regarding Brainfuck can be found <a href="https://de.wikipedia.org/wiki/Brainfuck" target="_blank">on Wikipedia</a>.</p>
<p>This website was created to convert between the esoteric programming languages HoHoHo! and Brainfuck easily. The source code of this website can be <a href="https://codeberg.org/fyr77/hohoho/" target="_blank">found here</a>. More information regarding Brainfuck can be found <a href="https://de.wikipedia.org/wiki/Brainfuck" target="_blank">on Wikipedia</a>.</p>
<p>There is also the <a href="/simple">simple version</a>, compatible with Simple HoHo but without the automatic to-text conversion.</p>
<h3>How to use</h3>
<p>Use any of the three textareas above and press the corresponding button. <br>
<b>Example:</b> Enter any text in the "Text" field, then click the "Text" button to convert it to Brainfuck and HoHoHo!</p>