<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Страница не найдена | Блог разработчика Node.js</title>
    <link rel="stylesheet" property="stylesheet" href="/assets/themes/spider13_net/css/common.css" />
    <style>
      .btn {
        display: inline-block;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.65rem 0.75rem;
        font-size: 0.875rem;
        line-height: 1.25;
        border-radius: 3px;
        transition: all 0.15s ease-in-out;
      }
      .btn-info {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
      }
      .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
      }
    </style>
  </head>
  <body class="page-404">
    <h1></h1>
    <p style="color: #343a40; font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif; font-weight: 400; font-size: 140px; text-align: center; line-height: 150px;">404</p>
    <p style="text-align: center; color: #17a2b8; font-size: 24px; line-height: 1.5; font-weight: 400; margin-bottom: 30px; font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;">Страница которую вы пытаетесь открыть не найдена.</p>
    <p style="text-align: center; font-size: 16px; color: #868ba1; margin-bottom: 30px;">Данная страница устарела, была удалена или не существовала вовсе.</p>
    <p style="text-align: center;"><a href="/" class="btn btn-info">Вернуться на главную страницу</a></p>
  </body>
</html>