-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.3 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 lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="We make amazing mobile applications. A CreativityKills company.">
<link rel="icon" href="/assets/img/favicon.png">
<link rel="shortcut icon" href="/assets/img/favicon.png">
<title>TapSharp — Android & iOS App Developers Based in Lagos, Nigeria</title>
<link href="https://fonts.googleapis.com/css?family=Oswald:700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/cydia.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="wrapper">
<img src="/assets/img/logo.svg" alt="TapSharp Logo" class="logo">
<div class="row justify-content-md-center">
<div class="col col-lg-6">
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://tapsharp.github.io" class="btn custom">Add Repo to Cydia</a>
</div>
<div class="col col-lg-6">
<a href="https://twitter.com/neoighodaro" target="_blank" class="btn custom">Follow on Twitter</a>
</div>
</div>
</div>
</body>
</html>