+
+ {loc.notFoundText}
+
+
+ {`${loc.text}:`}
+
+ {loc.bulletOne}
+ {loc.bulletTwo}
+ {loc.bulletThree}
+ {loc.bulletFour}
+ {' '}
+
+ {loc.textAfterBullets}
+
+ {loc.linkText}
+
+
+ {loc.textAfterBreak}
+
+ {loc.email}
+
+
+
+
+ )
+}
+export default Error404
diff --git a/apps/tax/components/Error/Error500/Error500.json b/apps/tax/components/Error/Error500/Error500.json
new file mode 100644
index 00000000..ec7757be
--- /dev/null
+++ b/apps/tax/components/Error/Error500/Error500.json
@@ -0,0 +1,6 @@
+{
+ "Error500": {
+ "title": "Afsakið hlé",
+ "text": "Eitthvað fór úrskeiðis. Villan hefur verið skráð og unnið verður að viðgerð eins fljótt og auðið er."
+ }
+}
diff --git a/apps/tax/components/Error/Error500/Error500.tsx b/apps/tax/components/Error/Error500/Error500.tsx
new file mode 100644
index 00000000..4be597a1
--- /dev/null
+++ b/apps/tax/components/Error/Error500/Error500.tsx
@@ -0,0 +1,13 @@
+import { Text } from '@island.is/island-ui/core'
+import localization from './Error500.json'
+import {CustomError} from "@island.is/tax/components/Error";
+
+export const Error500 = () => {
+ const loc = localization.Error500
+ return (
+