HM-68. Верcтка страницы Not Found (#42)

This commit is contained in:
Михаил
2020-08-01 23:09:32 +03:00
committed by GitHub
parent f7ddce5bb0
commit 30545ab960
6 changed files with 45 additions and 2 deletions

View File

@ -88,6 +88,17 @@
</div>
</div>
</template>
<!-- Шаблон содержимого страницы 404-->
<template id="not-found-content">
<div class="d-flex row justify-content-center">
<img src="/src/img/error-404.svg" class="NotFound__image" alt="404">
<div class="h5 m-3">
<div class="m-0 text-center">404. Страница не найдена</div>
<div class="NotFound__text"></div>
</div>
<button type="button" class="btn btn-primary NotFound__redirectButton w-auto">На главную</button>
</div>
</template>
<!-- Шаблон контейнера страниц-->
<template id="page-container">