HM-68. Верcтка страницы Not Found (#42)
This commit is contained in:
11
src/app.html
11
src/app.html
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user