-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 2.22 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - 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" class="active">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">Sources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<section id="introduction">
<h2>Welcome to Android4Lumia950</h2>
<p>Android4Lumia950 is a project that brings Android to your 950's.</p>
</section>
<section id="video">
<h2>How to install</h2>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/U4K6ZLpKPPE"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</section>
<section id="warning">
<h2>Warning!</h2>
<p>Your warranty is now void. <br><br>
* * I am not responsible for bricked devices, dead SD cards, <br>
thermonuclear war, or you getting fired because the alarm app failed. Please <br>
do some research if you have any concerns about features included in this ROM <br>
before flashing it! YOU are choosing to make these modifications, and if <br>
you point the finger at me for messing up your device, I will laugh at you.</p>
</section>
</main>
<footer>
<p>© 2024 Android4Lumia950</p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>