inkstitch/electron/src/renderer/components/NotFound.vue

13 wiersze
252 B
Vue

<!--
Authors: see git history
Copyright (c) 2010 Authors
Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
-->
<template>
<h1>Oops, it looks like the page you're looking for doesn't exist.</h1>
</template>