-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.html
More file actions
38 lines (38 loc) · 1.29 KB
/
sources.html
File metadata and controls
38 lines (38 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sources - Android4Lumia950</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<h1>Android4Lumia950</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="what-works.html">What Works</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="sources.html" class="active">Sources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section id="sources">
<h2>Sources</h2>
<p>We acknowledge the contributions and resources from various open-source projects that have made this
project possible.
You can check out the github organization at: https://github.com/Android4Lumia950/ </p>
</section>
</main>
<footer>
<p>© 2024 Android4Lumia950</p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>