Rename from .shtml to .html.

Github doesn't have SSI.
This commit is contained in:
Simon Howard
2023-08-03 23:07:22 -04:00
parent eed7dbd379
commit 45586e4f19
12 changed files with 15 additions and 15 deletions

30
picotone.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--#include virtual="header"-->
<h2> PicoTone </h2>
<p>
This is a small PicoGUI DTMF tone dialer that you can use to dial numbers
on phones with touch tone exchanges.
</p>
<center><img src="sshot/picotone.png"></center>
<h3>Download</h3>
<ul>
<li> <b> v0.2.0</b>
<ul>
<li> <a href="picotone-0.2.0.tar.gz">v0.2.0</a>
</ul>
</ul>
<!--#include virtual="footer"-->
</html>