This repository has been archived on 2026-04-17. You can view files and clone it, but cannot push or open issues or pull requests.
repo/index.html

47 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en" class=" cytyle-flat">
<head>
<meta charset="utf-8">
<title>Micah Gomez</title>
<link rel="shortcut icon" href="images/logo.ico">
<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 class="pinstripe">
<br>
<panel>
<label>Links</label>
<fieldset>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://mpg13.github.io/repo/" class=" cytyle-in">
<img class="icon" src="./images/cydia.png">
<div>
<div>
<label>
<p>Open In Cydia</p>
</label>
</div>
</div>
</a>
<a href="https://mpg13.github.io" class=" cytyle-in">
<img class="icon" src="./images/logo.png">
<div>
<div>
<label>
<p>My Homepage</p>
</label>
</div>
</div>
</a>
</fieldset>
<label>About</label>
<fieldset>
<div>
<p>Welcome to my Cydia Repo! Here you'll find a few of my projects. It's a wild assortment, so take a look! Maybe you'll find something you like!</p>
</div>
</fieldset>
</panel>
</body>
</html>