-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.html
49 lines (48 loc) · 2.04 KB
/
about.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
<html>
<head>
<link rel="stylesheet" href="/assets/css/style.css">
<script src="/assets/js/jquery-1.6.2.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Fossapps</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9222991553459658"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="keywords" content="foss, android, gapps, fossapps, fossdroid, free and open source, apps">
<meta name="description" content="Create your own Fossapps Package using a simple creator">
<meta name="author" content="Wacko1805">
</head>
<body>
<header class="header">
<a href="../" class="logo">Fossapps</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="/">Create Your own Package</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/apps.html">Apps</a></li>
<li><a href="https://github.com/wacko1805/Fossapps-creator">View Source</a></li>
</ul>
</header>
</div>
<div class="headerspace"></div>
<main>
<form class="form">
<h1>About Fossapps</h1>
<p>Fossapps is a free and open source alternative to GApps, Google Apps. Fossapps installs Free and open source apps from trusted developers easily onto your phone.</p>
</form>
<p style="text-align: center;">Advertisment</p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9222991553459658"
crossorigin="anonymous"></script>
<!-- Fossapps -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9222991553459658"
data-ad-slot="9576239630"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</main>
</body>
</html>