Closes #4. Signed-off-by: Justin Georgi <justin.georgi@gmail.com> Reviewed-on: Georgi_Lab/ALVINN_f7#6
13 lines
295 B
Vue
13 lines
295 B
Vue
<template>
|
|
<f7-page>
|
|
<f7-navbar title="Not found" back-link="Back"></f7-navbar>
|
|
<f7-block strong inset>
|
|
<p>Sorry</p>
|
|
<p>A.L.V.I.N.N. can find many things, but not the page you've requested.</p>
|
|
</f7-block>
|
|
</f7-page>
|
|
</template>
|
|
<script>
|
|
export default {};
|
|
</script>
|