hikan.ru/mvc/views/mobile.gohtml

19 lines
656 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/assets/favicon.ico">
<link rel="stylesheet" type="text/css" href="/assets/css/mobile/mobile.css?v=1.7">
</head>
<body>
<div class="content">
<div>
Доступ к <span class="pseudo-link">hikan.ru</span> с мобильных устройств временно закрыт!
</div>
<div>
Попробуй зайти с компа - скорее всего получится 💻
</div>
</div>
</body>
</html>