📝 Add title

This commit is contained in:
stefan080106
2022-05-18 15:05:09 +02:00
parent 3f12415e6a
commit cf580b2167
3 changed files with 11 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ import styles from "../styles/Home.module.css";
export default function Home() {
return (
<main className={styles.main}>
<Head>
<title>AGS IT Solutions | Fehler</title>
</Head>
<div style={{ padding: "2rem", boxShadow: "5px 5px 30px 5px rgba(0,0,0,0.5)" }}>
<h1>Error 404</h1>
<h3>Diese Seite ist nicht verfügbar</h3>

View File

@@ -1,8 +1,13 @@
import Head from "next/head";
import styles from "../styles/Home.module.css";
export default function Datenschutzerklaerung() {
return (
<main className={styles.main}>
<Head>
<title>AGS IT Solutions | Datenschutzerklärung</title>
</Head>
<div style={{ width: "80%" }}>
<h1>Datenschutz&shy;erkl&auml;rung</h1>
<h2>1. Datenschutz auf einen Blick</h2>

View File

@@ -4,6 +4,9 @@ import styles from "../styles/Home.module.css";
export default function Impressum() {
return (
<main className={styles.main}>
<Head>
<title>AGS IT Solutions | Impressum</title>
</Head>
<div style={{ width: "80%" }}>
<h1>Impressum</h1>