Newer
Older
smart-home-server / webclient-vue / src / features / system / NotFoundPage.vue
@Eugene Sukhodolskiy Eugene Sukhodolskiy 8 hours ago 190 bytes Scaffold Vue web client
<template>
  <section class="page">
    <div class="page-heading">
      <div>
        <p class="eyebrow">404</p>
        <h1>Not Found</h1>
      </div>
    </div>
  </section>
</template>