blob: 74c63cacc0aa5bbc1a26b1a8d20f67c5d95976b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!DOCTYPE HTML>
<html>
<head>
<title>FivePixels</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
<h1>FivePixels</h>
</header>
<section id="intro">
My name is Dylan.<br><br>
<a href="about.html">About Me</a><br>
<br><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/">Add this repository to Cydia</a><br>
or just view the <a href="repo.html">repo</a>.
</section>
<section id="quicklinks">
<h1>Find me on</h1>
<ul>
<li>- <a href="https://twitter.com/dbolger00">Twitter</a></li>
<li>- <a href="https://www.reddit.com/user/DylanB00">Reddit</a></li>
</ul>
</section>
<section id="projects">
<h1>Projects</h1>
<p>All of my public projects can be found on <a href="http://github.com/fivepixels">GitHub</a>.</p>
</section>
</html>
|