programmier.bar icon
  • // Seite nicht gefunden

Error 404

1
<template>
2
<main class="error-page">
3
<h1>
4
Error 404
5
</h1>
6
<h2>
7
Page not found. Can you fix it?
8
</h2>
9
<p>
10
11
Check our code on GitHub!
12
</a>
13
</p>
14
</main>
15
</template>