PHP Classes

File: src/pages/ErrorNotFound.vue

Recommend this page to a friend!
  Packages of Robert Devenyi   Sibo Meal Planner   src/pages/ErrorNotFound.vue   Download  
File: src/pages/ErrorNotFound.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Sibo Meal Planner
App to help treat the SIBO health condition
Author: By
Last change:
Date: 8 months ago
Size: 456 bytes
 

Contents

Class file image Download
<template> <div class="fullscreen bg-blue text-white text-center q-pa-md flex flex-center"> <div> <div style="font-size: 30vh">404</div> <div class="text-h2" style="opacity: 0.4">Oops. Nothing here...</div> <q-btn class="q-mt-xl" color="white" text-color="blue" unelevated to="/" label="Go Home" no-caps /> </div> </div> </template> <script setup> // </script>