c1
This commit is contained in:
19
www/first.loc/src/components/PageNotFound.vue
Normal file
19
www/first.loc/src/components/PageNotFound.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div>404! Страница не найдена!</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "PageNotFound"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
div{
|
||||
font-size: 20pt;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
color:red;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user