-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecond page.html
More file actions
36 lines (33 loc) · 1.06 KB
/
Second page.html
File metadata and controls
36 lines (33 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Streamify - Second Page</title>
<link rel="stylesheet" href="Pro.css">
</head>
<body>
<header>
<div class="logo">
<h1>Streamify</h1>
</div>
</header>
<main>
<section class="intro">
<h2>→ Pros about Streamify ←</h2>
</section>
<section>
<h1>Features of Streamify</h1>
<ul>
<h4>App claims not to share user data with third parties, prioritizing privacy.</h4>
<li>Fast setup: Users can quickly set up streaming capabilities with minimal hassle.</li>
<li>High-quality streaming: Streamify offers high-quality streams with stabilization.</li>
<li>And more...</li>
</ul>
</section>
<section class="video">
<!-- Optional video section -->
</section>
</main>
</body>
</html>