website/invidious/index.html

33 lines
1010 B
HTML

<!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://nadeko.net/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>