Some checks failed
CSGOWTF/csgowtf/pipeline/head There was a failure building this commit
17 lines
254 B
Vue
17 lines
254 B
Vue
<template>
|
|
<div class="text-center mt-5">
|
|
<h1 class="pt-5">404</h1>
|
|
<h4 class="mt-4">The page you were looking for was not found!</h4>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "ErrorPage404"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|