mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
11 lines
282 B
Vue
11 lines
282 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="/"> <span>the main page</span> </router-link>.
|
|
</p>
|
|
</div>
|
|
</template>
|