Moona/templates/simple_can_close.html

22 lines
963 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
<link rel="icon" href="../static/img/MoonCcircl.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Montserrat+Alternates:wght@600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="../static/css/base.css">
<link rel="stylesheet" href="../static/css/simple_can_close.css">
<title>{{title}}</title>
</head>
<body>
<div class="can_centre">
<h1 id="hz1">Можете закрыть страницу</h1>
<h2 id="hz2">Вы можете закрыть эту страницу и перейти на страницу входа</h2>
</div>
</body>
</html>