-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanimewaitingroom.html
119 lines (103 loc) · 5.7 KB
/
animewaitingroom.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="msvalidate.01" content="07727E99F56D77D6D035BAAE0EAC81F8" />
<title>Anime Waiting Room</title>
<link rel="stylesheet" href="./assets/css/style.css">
<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=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="./assets/img/awr64x64.png" sizes="64x64">
<link rel="icon" type="image/png" href="./assets/img/awr32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./assets/img/awr16x16.png" sizes="16x16">
</head>
<body>
<h1>
Anime Waiting Room
</h1>
<div class="container">
<div class="search-container">
<div class="inner-search-container">
<input type="text" name="search" id="search" placeholder="Search">
<button class="addAnime">
+
</button>
</div>
</div>
<div class="selectionContainer">
<a class="underlineEffect addMySelection">Top picks</a>
</div>
<div class="items">
<!-- <div class="item">
<div class="main-info">
<div class="name">
<h2>
Mushoku Tensei Jobless Reincarnation Season 2 Part 2
</h2>
</div>
<div class="releasedate">
<p>
2024/05/10 14:00 GMT
</p>
</div>
</div>
<div class="timer">
<h2>
4d 15h 37m 45s
</h2>
</div>
<button class="watchnow disabled" disabled>
<h2>
Watch Now!
<svg viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg" style="width: 1em; height: 1em; vertical-align: middle; fill: currentcolor; --darkreader-inline-fill: currentcolor;" data-darkreader-inline-fill="">
<path d="M1226.667 267c88.213 0 160 71.787 160 160v426.667H1280v-160H106.667v800C106.667 1523 130.56 1547 160 1547h1066.667c29.44 0 53.333-24 53.333-53.333v-213.334h106.667v213.334c0 88.213-71.787 160-160 160H160c-88.213 0-160-71.787-160-160V427c0-88.213 71.787-160 160-160Zm357.706 442.293 320 320c20.8 20.8 20.8 54.614 0 75.414l-320 320-75.413-75.414 228.907-228.906H906.613V1013.72h831.254L1508.96 784.707l75.413-75.414Zm-357.706-335.626H160c-29.44 0-53.333 24-53.333 53.333v160H1280V427c0-29.333-23.893-53.333-53.333-53.333Z" fill-rule="evenodd"></path>
</svg>
</h2>
</button>
<button class="remove">
x
</button>
</div> -->
<!-- <div class="item">
<div class="main-info">
<div class="name">
<h2>
That time i got reincarnated as Slime
</h2>
</div>
<div class="releasedate">
<p>
2024/05/10 14:00 GMT
</p>
</div>
</div>
<div class="timer">
<h2>
3d 15h 37m 45s
</h2>
</div>
<button class="watchnow">
<h2>
Watch Now!
<svg viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg" style="width: 1em; height: 1em; vertical-align: middle; fill: currentcolor; --darkreader-inline-fill: currentcolor;" data-darkreader-inline-fill="">
<path d="M1226.667 267c88.213 0 160 71.787 160 160v426.667H1280v-160H106.667v800C106.667 1523 130.56 1547 160 1547h1066.667c29.44 0 53.333-24 53.333-53.333v-213.334h106.667v213.334c0 88.213-71.787 160-160 160H160c-88.213 0-160-71.787-160-160V427c0-88.213 71.787-160 160-160Zm357.706 442.293 320 320c20.8 20.8 20.8 54.614 0 75.414l-320 320-75.413-75.414 228.907-228.906H906.613V1013.72h831.254L1508.96 784.707l75.413-75.414Zm-357.706-335.626H160c-29.44 0-53.333 24-53.333 53.333v160H1280V427c0-29.333-23.893-53.333-53.333-53.333Z" fill-rule="evenodd"></path>
</svg>
</h2>
</button>
<button class="remove">
x
</button>
</div> -->
</div>
</div>
<!-- <p class="beta">
Beta
</p> -->
<p class="credits">
Made using: <a class="underlineEffect" href="https://docs.api.jikan.moe/" target="_blank">Jikan API</a> & <a class="underlineEffect" href="https://hianime.to/" target="_blank">HiAnime</a>
</p>
<script src="./assets/js/script.js"></script>
</body>
</html>