-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
62 lines (48 loc) · 2.75 KB
/
support.html
File metadata and controls
62 lines (48 loc) · 2.75 KB
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
<html>
<head>
<link rel="stylesheet" href="/css/support.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1889527741439078"
crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
<div class="container-fluid">
<span style="display: inline-block; width: 5%;"></span>
<a class="navbar-brand" href="#">Support</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarNav" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://accessretrieved.github.io">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#faq">FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
<br><br><br>
<div class="title">
<a name="faq"><h3>FAQ</h3></a>
</div>
<div class="page_content">
<header class="slide">
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='https://accessretrieved.github.io/Macpods/support.html'">Macpods FAQ</button>
<br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='https://accessretrieved.github.io/project-pios/support.html'">Project-Pios FAQ</button>
<br><br>
<button class="collapsible btn-primary" style="text-align: center;" onclick="window.location.href='https://accessretrieved.github.io/server/support.html'">Website FAQ</button>
<br><br>
<button class="collapsible btn-warning" style="text-align: center;" onclick="window.location.href='https://accessretrieved.github.io/contactmepolicies.html'">Contact Developer Policies</button>
<br><br>
<button class="btn btn-info" onclick="window.location.href='https://accessretrieved.github.io/sponsor.html'">Support me!</button>
<button class="btn btn-info" onclick="window.open('https://accessretrieved.github.io/contact-me.html', 'popup', 'width=600,height=600');">Send me a message</button>
</header>
</div>
</body>
</html>