-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpj1.html
34 lines (30 loc) · 1.62 KB
/
pj1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fizanto Fuzz</title>
<link rel="stylesheet" href="styleP.css">
<script src="https://kit.fontawesome.com/7b5d604b99.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html"> <img src="./assets/cute_flame.jpeg" alt="Cute Flame Logo"></a>
<h1>Fizanto Fuzz</h1>
</div>
<div class="img">
<img src="./assets/fizantofuzz/ff1.png" alt="Image 1">
<img src="./assets/fizantofuzz/ff2.png" alt="Image 2">
<img src="./assets/fizantofuzz/ff3.png" alt="Image 3">
<img src="./assets/fizantofuzz/ff4.png" alt="Image 4">
</div>
<div class="desc">
The Fizanto Fuzz App is a comprehensive entertainment platform designed for subscribers of our YouTube channel. It offers a wide variety of engaging and exclusive content, providing users with an all-in-one experience for fun and entertainment. The app also features a chat functionality, allowing users to interact with each other, discuss content, share opinions, and build a community. With easy access to the latest videos, personalized recommendations, and a social aspect, the Fizanto Fuzz App ensures a dynamic and enjoyable experience for all its users.
</div>
<div class="githublink">
<a href="https://github.com/Aryan9059/fizanto-fuzz" target="_blank">Visit the GitHub Repository</a>
</div>
</div>
</body>
</html>