nginx/files/roskomnadzor.html

43 lines
990 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,
maximum-scale=1,
shrink-to-fit=no,
user-scalable=no"/>
<title>Blocked in Russia</title>
<style>
.center-text { text-align: center; }
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.responsive {
width: 100%;
max-width: 500px;
height: auto;
}
</style>
</head>
<body>
<h1 class="center-text">
Blocked in Russia
</h1>
<p class="center-text">
This information is illegal in Russia.
</p>
<img
src="/roskomnadzor.jpg"
class="center responsive"
alt="Roskomnadzor-chan"/>
</body>
</html>