summaryrefslogtreecommitdiff
path: root/electron/src/renderer/components/NotFound.vue
blob: 4accf9019a78e6a4e1a3336776408d3ef6a11efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!--

  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>