From 8795e451201eb31923c234b9d33f50334168cbbe Mon Sep 17 00:00:00 2001 From: xoria <xoria@xoria.dev> Date: Wed, 12 May 2021 00:19:32 +0200 Subject: [PATCH] Use games css for awareness page --- html/awareness.html | 25 +++++++++++++++---------- html/{games.css => base.css} | 0 html/games.html | 5 +++-- 3 files changed, 18 insertions(+), 12 deletions(-) rename html/{games.css => base.css} (100%) diff --git a/html/awareness.html b/html/awareness.html index 1b82b6f3..c3fd6524 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 c89efc16..5f7c0716 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> -- GitLab