mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-06-28 03:39:23 +00:00
updated kalsms website using phrozn static site generator
This commit is contained in:
44
how.html
Executable file
44
how.html
Executable file
@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>KalSMS</title>
|
||||
<link rel='stylesheet' type='text/css' href='styles/site.css' />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="http://github.com/youngj/KalSMS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<h1><a href="index.html">KalSMS</a>
|
||||
|
||||
<span class="small">
|
||||
SMS/MMS gateway for Android
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
<div class='menu'>
|
||||
<a href='index.html'>Home</a>
|
||||
·
|
||||
<a href='install.html'>Install</a>
|
||||
·
|
||||
<a href='how.html'>How it Works</a>
|
||||
·
|
||||
<a href='serverapi.html'>API Reference</a>
|
||||
·
|
||||
<a href='comparison.html'>Comparison</a>
|
||||
</div>
|
||||
|
||||
<h2>How it Works</h2>
|
||||
|
||||
<p>TODO</p>
|
||||
|
||||
<div class="footer">
|
||||
get the source code on GitHub : <a href="http://github.com/youngj/KalSMS">youngj/KalSMS</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user