|
@@ -0,0 +1,36 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <title>About</title>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <div id="aboutPage" data-role="page" class="page type-interior">
|
|
|
+
|
|
|
+ <div data-role="content">
|
|
|
+ <div class="content-primary">
|
|
|
+ <div class="readOnlyContent">
|
|
|
+ <div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
+ <a href="support.html" data-role="button">General</a>
|
|
|
+ <a href="log.html" data-role="button">View Log</a>
|
|
|
+ <a href="supporter.html" data-role="button">Become a Supporter</a>
|
|
|
+ <a href="supporterKey.html" data-role="button">Supporter Key</a>
|
|
|
+ <a href="about.html" data-role="button" class="ui-btn-active">About</a>
|
|
|
+ </div>
|
|
|
+ <p>
|
|
|
+ <img class="imgLogoIcon" src="css/images/mblogoicon.png" /><img class="imgLogoText" src="css/images/mblogotextblack.png" />
|
|
|
+ <br />
|
|
|
+ <br />
|
|
|
+ Version <span id="appVersionNumber"></span>
|
|
|
+ </p>
|
|
|
+ <hr/>
|
|
|
+ <br/>
|
|
|
+ <br/>
|
|
|
+ <p>
|
|
|
+ Utilizing <a href="http://www.pismotechnic.com/pfm/" />Pismo File Mount</a> through a donated license.
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</body>
|
|
|
+</html>
|