From 295b4dc6a9978d90dfa201b20f7649ca4a7574bc Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Mon, 10 Feb 2025 09:46:21 +0100 Subject: [PATCH] Add some metadata --- compendium-frontend/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compendium-frontend/index.html b/compendium-frontend/index.html index 4cb4319f..1de08c19 100644 --- a/compendium-frontend/index.html +++ b/compendium-frontend/index.html @@ -1,7 +1,10 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta name="description" content="The GÉANT Compendium of National Research and Education Networks in Europe is the result of a broad, collective effort to portray the networks of the research and education community in Europe and beyond. The annual NREN Compendium survey invites the world's NRENs to provide detailed information about their network, equipment and users. The results from this survey are highlighted in these studies."/> + <title>The GÉANT Compendium</title> </head> <body> <div id="root"></div> -- GitLab