This commit is contained in:
144 changed files with 20649 additions and 0 deletions

View 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>