mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-08-04 13:43:27 +00:00
13 lines
226 B
Vue
13 lines
226 B
Vue
<template>
|
|
<div>
|
|
<h2 class="message">
|
|
<i class="material-icons">gps_off</i>
|
|
<span>This location can't be reached.</span>
|
|
</h2>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {name: 'not-found'}
|
|
</script>
|
|
|