-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.25 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CrafterPika</title>
<link rel="shortcut icon" href="./AppIcon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/css.css">
</head>
<body id="x">
<h1 class="text-h1-white">CrafterPika</h1>
<h3 class="text-h3">"Random Person on the Internet?!?"</h3>
<center><a href="http://www.crafterpika.ml/"><img src="https://github.com/CrafterPika.png" class="Main-Icon"></a></center>
<p class="text-p">Twitter: <a href="https://twitter.com/CrafterPika" class="text-a" target="_blank" id="e">@CrafterPika</a></p>
<br>
<p class="text-p">Projects:</p>
<center><a href="https://github.com/CrafterPIka" id="o"><button class="btn"><i class="fa fa-github"></i> View my Github</button></a></center>
<br>
<p class="text-p">Cydia/Sileo Repo.</p>
<center><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://repo.crafterpika.tk/" id="z"><button class="btn">iOS Repo</button></a></center>
<p class="text-p">Repo: http://repo.crafterpika.ml</p>
<br>
<hr>
<h1 class="text-h3">(C) CrafterPika 2020</h1>
</center>
</body>
</html>