Skip to content

Commit

Permalink
Добавлена страница 404
Browse files Browse the repository at this point in the history
  • Loading branch information
intredford committed Jul 30, 2023
1 parent cfc50a6 commit 6cd0107
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/DocumentDrivenNotFound.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<template>
<div>
<h1>
Страница не найдена
</h1>
<img src = "~/assets/img/0o.png">
</div>
</template>

<style lang="scss" scoped>
h1 {
font-weight: 700;
margin-bottom: 2rem;
}
</style>

0 comments on commit 6cd0107

Please sign in to comment.