47 lines
No EOL
1,015 B
HTML
47 lines
No EOL
1,015 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Micah Gomez</title>
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<script type="text/javascript" src="../js/thankssaurik.js"></script>
|
|
</head>
|
|
<body>
|
|
<panel>
|
|
<fieldset>
|
|
<div>
|
|
<p>Compatible with iOS 9+ (I think)</p>
|
|
</div>
|
|
</fieldset>
|
|
<br>
|
|
<fieldset>
|
|
<div>
|
|
<p>It's an app. What does it do though?</p>
|
|
</div>
|
|
</fieldset>
|
|
<br>
|
|
<fieldset>
|
|
<div>
|
|
<p>ChangeLog:
|
|
<p><strong>1.1</strong>: Inital Release</p>
|
|
</div>
|
|
</fieldset>
|
|
<br>
|
|
<fieldset>
|
|
<a>
|
|
<img class="icon" src="../images/logo.png">
|
|
<div>
|
|
<div>
|
|
<label>
|
|
<p>MPG13's Repo</p>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</fieldset>
|
|
|
|
|
|
</panel>
|
|
</body>
|
|
</html> |