-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Charm&family=Courgette&family=Noto+Nastaliq+Urdu:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="./Imgs/favicon1.ico">
<title>Document</title>
</head>
<body>
<nav class="idx_nav">
<div class="navbs">
<button class="lefb leftup">
<a href="about.html" class="anchor_tg">RTVP WebApp</a>
</button>
<button class="righb">
<a href="bg_idx.html" class="anchor_tg">Backgrounds</a>
</button>
<button class="righb righ">
<a href="streaming_idx.html" class="anchor_tg">Get Started</a>
</button>
</div>
</nav>
<main>
<div class="main_container">
<div class="logo_txt">
Welcome to the RTVP WebApp... <br>
Lets replace your green background with an awesome one <I>:)</I> <br>
<U><a href="about.html" style="text-decoration: none;">know more...</a></U>
</div>
<button class="mcn_btn" onclick="location.href= 'streaming_idx.html' ">
Get Started
</button>
<div id="particles-js"></div>
</div>
<div class="main_bottom">
Some Of Our Backgrounds
</div>
<div class="tiles">
<button class="tile t1" onclick="location.href = 'streaming_idx.html'; set_bg(6)"></button>
<button class="tile t2" onclick="location.href = 'streaming_idx.html'; set_bg(2)"></button>
<button class="tile t3" onclick="location.href = 'streaming_idx.html'; set_bg(3)"></button>
<button class="tile t4" onclick="location.href = 'streaming_idx.html'; set_bg(4)"></button>
<button class="tile t5" onclick="location.href = 'bg_idx.html'; "></button>
</div>
<script src="./scripts/strm.js"></script>
<script src="./particles.js-master/particles.js"></script>
<script src="./particles.js-master/demo/js/app.js"></script>
</main>
</body>
</html>