This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
TipsPlus/404.html
MPG13 (Micah Gomez) c96cc55c15 fixed links
2018-02-27 17:55:14 -07:00

21 lines
No EOL
717 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tips+</title>
<link rel="shortcut icon" href="images/logo.ico">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<ul>
<li><a class="statushome" href="#">Home</a></li>
<li><a href="./Basics">The Basics</a></li>
<li><a href="./Tutorials">Tutorials</a></li>
<li><a href="./Dictionary">Dictionary</a></li>
<li><a href="./Contributors">Community Members</a></li>
</ul>
<br style="line-height: 350%">
<h1>Sorry, nothing here.</h1>
<h3><a href="https://www.reddit.com/u/-mpg13-">Contact me</a> or ask on <a href="https://www.reddit.com/r/jailbreak">/r/jailbreak</a> if you need help with a topic you can't find!</h3>
</body>
</html>