-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (185 loc) · 6.09 KB
/
Copy pathindex.html
File metadata and controls
209 lines (185 loc) · 6.09 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0f1115" />
<meta name="description"
content="Xebrine is a heavy-duty desktop-focused web music player for power users and music hoarders" />
<meta name="application-name" content="Xebrine" />
<meta name="author" content="exerinity.com" />
<meta name="color-scheme" content="dark" />
<link rel="canonical" href="https://xebrine.com/" />
<link rel="icon" type="image/png" href="/i/xebrine/icon/xebrine_192_transparent.png" />
<link rel="apple-touch-icon" href="/i/xebrine/icon/xebrine_192.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://xebrine.com/" />
<meta property="og:site_name" content="Xebrine" />
<meta property="og:title" content="Xebrine" />
<meta property="og:description"
content="Xebrine is a heavy-duty desktop-focused web music player for power users and music hoarders" />
<meta property="og:image" content="/i/xebrine/icon/xebrine_192.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Xebrine" />
<meta name="twitter:description"
content="Xebrine is a heavy-duty desktop-focused web music player for power users and music hoarders" />
<meta name="twitter:image" content="/i/xebrine/icon/xebrine_192.png" />
<title>Xebrine</title>
<style>
#xebrine {
opacity: 0;
transition: opacity 560ms ease;
}
html.xebrine_initialized #xebrine {
opacity: 1;
}
#xebrine_splash {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
background: #030003;
opacity: 1;
transition: opacity 560ms ease;
}
html.xebrine_initialized #xebrine_splash {
opacity: 0;
pointer-events: none;
}
#xebrine_splash svg {
width: 88px;
height: 88px;
color: #9b82f3;
animation: xe_splash-pulse 1.6s ease-in-out infinite;
}
@keyframes xe_splash-pulse {
0%, 100% {
opacity: 0.5;
transform: scale(0.97);
}
50% {
opacity: 1;
transform: scale(1);
}
}
@media (prefers-reduced-motion: reduce) {
#xebrine_splash svg {
animation: none;
}
}
</style>
</head>
<body>
<div id="xebrine"></div>
<div id="xebrine_splash" aria-hidden="true">
<svg viewBox="70 260 563 545" fill="currentColor" aria-hidden="true">
<path
d="M86 413c26 -8 54 -12 84 -12s58 4 85 12v318h-169v-131h150v-56c-20 -4 -42 -6 -66 -6c-29 0 -57 4 -84 12v-137zM617 552c-27 -8 -56 -12 -85 -12c-30 0 -58 4 -84 12v-137c26 -8 54 -12 84 -12c29 0 58 4 85 12v137zM447 415c-27 -8 -55 -12 -84 -12c-23 0 -44 2 -66 6v384h-19v-515c27 -8 56 -12 85 -12c30 0 58 4 84 12v137z" />
</svg>
</div>
<noscript> <!-- even more styling and detail for something nobody will see -->
<style>
#xebrine_splash {
display: none !important;
}
.noscript-overlay {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: #030003;
font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif
}
.noscript-card {
background: #070007;
border: 1px solid rgba(33, 19, 41, 0.527);
border-radius: 10px;
padding: 32px;
width: 100%;
max-width: 420px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
text-align: center;
color: #ffffff;
}
.noscript-logo {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
color: #9b82f3;
font-weight: 700;
font-size: 16px;
margin-bottom: 18px;
}
.noscript-card h2 {
margin: 0 0 8px;
font-size: 1.2rem;
}
.noscript-card p {
color: #9aa2b5;
font-size: 0.9rem;
margin: 0 0 20px;
}
.noscript-actions {
display: flex;
gap: 8px;
justify-content: center;
flex-wrap: wrap;
}
.noscript-btn {
display: inline-flex;
align-items: center;
padding: 9px 16px;
border-radius: 10px;
font-size: 0.875rem;
font-weight: 600;
text-decoration: none;
transition: background 120ms ease;
}
.noscript-btn--accent {
background: #4a29c2;
color: #fff;
}
.noscript-btn--accent:hover {
background: #5b39d9;
}
.noscript-btn--quiet {
background: #1c2130;
border: 1px solid rgba(33, 19, 41, 0.527);
color: #ffffff;
margin-top: 16px;
}
.noscript-btn--quiet:hover {
background: #232a3d;
}
</style>
<div class="noscript-overlay">
<div class="noscript-card">
<div class="noscript-logo">
<svg width="22" height="22" viewBox="70 260 563 545" fill="currentColor" aria-hidden="true">
<path
d="M86 413c26 -8 54 -12 84 -12s58 4 85 12v318h-169v-131h150v-56c-20 -4 -42 -6 -66 -6c-29 0 -57 4 -84 12v-137zM617 552c-27 -8 -56 -12 -85 -12c-30 0 -58 4 -84 12v-137c26 -8 54 -12 84 -12c29 0 58 4 85 12v137zM447 415c-27 -8 -55 -12 -84 -12c-23 0 -44 2 -66 6v384h-19v-515c27 -8 56 -12 85 -12c30 0 58 4 84 12v137z" />
</svg>
<span>Xebrine</span>
</div>
<h2>JavaScript is not available / disabled</h2>
<p>Xebrine requires JavaScript to function. Please enable
it or switch to a supported browser to continue</p>
<div class="noscript-actions">
<a href="https://www.enablejavascript.io/" target="_blank" class="noscript-btn noscript-btn--accent">How
to enable JavaScript</a>
</div>
<div>
<a href="" class="noscript-btn noscript-btn--quiet">Enabled
JavaScript? Refresh!</a>
</div>
</div>
</div>
</noscript>
<script type="module" src="/main.tsx"></script>
</body>
</html>