diff --git a/html/awareness.html b/html/awareness.html index 1b82b6f3432e0da19e867c639994278003148fda..c3fd6524a9162565b7f03323649e17328f50caf1 100644 --- a/html/awareness.html +++ b/html/awareness.html @@ -1,14 +1,19 @@ <!DOCTYPE html> -<html> - <head> - </head> - <body> +<html lang="de-DE"> +<head> + <meta charset="utf-8"/> + <link href="base.css" rel="stylesheet"> + <title>Awareness Team</title> +</head> +<body> - <h1>Awareness Team</h1> - <dl> - <dt><a href="https://survey3.gwdg.de/index.php?r=survey/index&sid=657868">Anonymes Kontaktformular</a></dt> - <dt><a href="https://event.kif.rocks/exhibitors/b0874a36-aa40-48ca-9916-8d7531ad380b" target="_blank">das Awareness Team im Venueless</a></dt> - </dl> +<h1>Awareness Team</h1> +<ul> + <li><a href="https://survey3.gwdg.de/index.php?r=survey/index&sid=657868">Anonymes + Kontaktformular</a></li> + <li><a href="https://event.kif.rocks/exhibitors/b0874a36-aa40-48ca-9916-8d7531ad380b" + target="_blank">das Awareness Team im Venueless</a></li> +</ul> - </body> +</body> </html> diff --git a/html/games.css b/html/base.css similarity index 100% rename from html/games.css rename to html/base.css diff --git a/html/games.html b/html/games.html index c89efc1607890a102f884bcdf57975712c022f11..5f7c071653aacd8d11ccf5f0951d8df15dc239ec 100644 --- a/html/games.html +++ b/html/games.html @@ -1,8 +1,9 @@ <!DOCTYPE html> -<html> +<html lang="de-DE"> <head> <meta charset="utf-8"/> - <link href="games.css" rel="stylesheet"> + <link href="base.css" rel="stylesheet"> + <title>Spiele</title> </head> <body>