asd
This commit is contained in:
parent
481bec0857
commit
45d45b1d6d
1 changed files with 32 additions and 0 deletions
32
invidious/index.html
Normal file
32
invidious/index.html
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<!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="stylesheet" href="https://zzls.xyz/style.css" type="text/css">
|
||||||
|
<title>Invidious</title>
|
||||||
|
<style>
|
||||||
|
.lol {
|
||||||
|
width: 300vh;
|
||||||
|
height: auto;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<h1 style="margin-bottom:0;">Server Down lolxd</h1>
|
||||||
|
<h2>English</h2>
|
||||||
|
<p style="color: rgb(255, 107, 107);">
|
||||||
|
If you see this probably my internet and my invidious instance is down and you have been redirected here. There is nothing I can do, just wait...</p>
|
||||||
|
<h2>Español</h2>
|
||||||
|
<p style="color: rgb(255, 107, 107);">Si ves esto, probablemente mi internet y la instancia de invidious estan caidos y fuiste redireccionado a esta pagina. No hay nada que pueda hacer, solo esperar...</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in a new issue