-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStreamify.html
More file actions
42 lines (37 loc) · 1.52 KB
/
Streamify.html
File metadata and controls
42 lines (37 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="Streamify.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Streamify</title>
</head>
<body>
<div class="navbar">
<a href="Streamify.html"><img src="logo.webp" alt="Logo" width="10%"></a>
<a href="#home">Home</a>
<a href="#Purpose">Purpose Page</a>
<a href="#about">About Us</a>
<a href="#contact">Contact</a>
<a href="Pro.html">Pros of Streamify</a>
</div>
<img id="img" src="logo.webp" alt="" width="20%">
<h1 class="idk2">Streamify</h1>
<ul class="idk">
<li class="idk">Streamify is TikTok but for music</li>
<li class="idk">Here you can find new music songs or beats and learn how to make music or create your own</li>
<li class="idk">There's no bots promoting junk</li>
<li class="idk">Child-friendly mode</li>
<li class="idk">Age requirement: 5-100</li>
<li class="idk">No brainrot</li>
<li class="idk">Customizable for your page and background</li>
<li class="idk">If you're over 20, you need a background check</li>
<li class="idk">Parents need to create 5-year-old accounts</li>
<li class="idk">Provides useful information</li>
<li class="idk">Free on every platform</li>
</ul>
<footer class="idk3">
<p>Created by Bryan, Antino, Anyniah, Devin</p>
</footer>
</body>
</html>