-
Notifications
You must be signed in to change notification settings - Fork 17
/
requests.html
78 lines (68 loc) · 3.78 KB
/
requests.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WLPZS35');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="We provide our users with several different AltStore Sources to install their favorite iOS applications with ease.">
<meta name="author" content="Quark Sources">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="canonical" href="https://quarksources.github.io/requests.html">
<title>Quark Sources: App Requests</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link href="custom.css" rel="stylesheet" type="text/css">
<style>
.form {
height: 1350px;
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WLPZS35"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header id="top">
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container d-flex justify-content-between">
<div class="social align-items-center mr-2">
<a href="./index.html"><img src="./assets/ElementQ.png" width="32px"></a>
<a href="https://twitter.com/quarksources" class="fab fa-twitter"></a>
<a href="https://github.com/QuarkSources" class="fab fa-github"></a>
</div>
</div>
</div>
</header>
<main role="main" id="main">
<div class="container">
<iframe class="embed-responsive form" src="https://docs.google.com/forms/d/e/1FAIpQLSdxRLU1_q9uxpaKImyOABE6rolAZ4WmYJ915UORn1vH1kjJyA/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p class="float-right">
<a href="#">Back to top</a>
</p>
<p id="copyright">Quark Sources © All Rights Reserved</p>
<p>Not affiliated with AltStore in any way.</p>
</div>
</footer>
<script>
document.getElementById("copyright").innerHTML = "Quark Sources © " + new Date().getFullYear() + " - All Rights Reserved";
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../resources/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="../resources/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/24624db525.js" integrity="sha384-v+xbTxeeh9JbiHy8sd2Jy5RoSpTAu/Cetd8AlyaWov5wK0ganRks3ubsmJC8G1Ab" crossorigin="anonymous"></script>
</body>
</html>