<template>
  <div class="wrapper">
    <section class="error">
      <h1>404</h1>
      <h2>Not Found</h2>
      <footer>← θΏ”ε›žεˆ° <a href="/">WEDN.NET</a></footer>
    </section>
  </div>
</template>

<script>
  export default {
    name: 'not-fount'
  }
</script>