mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 10:43:52 +00:00
14 lines
322 B
Vue
14 lines
322 B
Vue
<template>
|
|
<div>
|
|
<h1 class="mb-5">404 Error.</h1>
|
|
<p class="h4">Ahhhhhhhh! The page you are looking for does not exist.</p>
|
|
<p>Don't worry, you can head back to <router-link to="/">the main page</router-link>.</p>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
export default {};
|
|
</script>
|
|
|
|
<style scoped></style>
|