-
Notifications
You must be signed in to change notification settings - Fork 5
/
bg_idx.html
49 lines (48 loc) · 2.44 KB
/
bg_idx.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
<!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="bg_nav">
<div class="navbs">
<button class="lefb">
<a href="index.html" class="anchor_tg">Home</a>
</button>
<button class="righb">
<a href="streaming_idx.html" class="anchor_tg">Upload Mine</a>
</button>
</div>
</nav>
<main>
<div class="bg_main">
<div class="bgidx_txt">
Backgrounds that we have for you
</div>
<div class="spnr">
<div class="wait_txt" style="margin: 27px;">
Click the Image to Select...
</div>
<video src="./Imgs/spinner_vd.mp4" muted autoplay loop width="111px" style="border: none; border-radius: 50%; padding: 5px;"></video>
</div>
</div>
<center class="bg_tiles">
<button class="tbg tiles_bgi1" id="bg1" style="border: none;" onclick="location.href = './streaming_idx.html'; set_bg(1)"></button>
<button class="tbg tiles_bgi2" id="bg2" style="border: none;" onclick="location.href = './streaming_idx.html'; set_bg(2)"></button>
<button class="tbg tiles_bgi3" id="bg3" style="border: none;" onclick="location.href = './streaming_idx.html'; set_bg(3)"></button>
<!-- </div>
<div class="bg_tiles"> -->
<button class="tbg tiles_bgi4" id="bg4" style="border: none;" onclick="location.href = './streaming_idx.html'; set_bg(4)"></button>
<button class="tbg tiles_bgi5" id="bg5" style="border: none;" onclick="location.href = './streaming_idx.html'; set_bg(5)"></button>
<button class="tbg tiles_bgi6" id="bg6" style="border: none;" onclick="location.href = './streaming_idx.html'; set_bg(6)"></button>
</center>
</main>
<script src="./scripts/strm.js"></script>
</body>
</html>