fix figlet

This commit is contained in:
Ben Harris 2020-05-31 03:30:14 -04:00
parent f4e915e37c
commit 4de98f83d8
1 changed files with 9 additions and 3 deletions

View File

@ -67,11 +67,17 @@
<div>
<label for="input">type here</label>
<input id="input" value="make ascii art">
<input id="input">
</div>
<div>
<pre id="output"></pre>
<pre id="output">
__ _ _ __
____ ___ ____ _/ /_____ ____ ___________(_|_) ____ ______/ /_
/ __ `__ \/ __ `/ //_/ _ \ / __ `/ ___/ ___/ / / / __ `/ ___/ __/
/ / / / / / /_/ / ,< / __/ / /_/ (__ ) /__/ / / / /_/ / / / /_
/_/ /_/ /_/\__,_/_/|_|\___/ \__,_/____/\___/_/_/ \__,_/_/ \__/
</pre>
</div>
</form>
</div>
@ -79,7 +85,7 @@
<hr>
<h3>page hits as of jan 2020</h3>
<script type="text/javascript" src="counter/gcount.php?page=index">
<script type="text/javascript" src="counter/gcount.php?page=index"></script>
</main>