opengraph

This commit is contained in:
2026-08-05 18:51:52 +02:00
parent a3b8fc5567
commit 3698e7d9e6
2 changed files with 4 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

+4
View File
@@ -5,6 +5,10 @@
<title>EDT Generator</title> <title>EDT Generator</title>
<link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Emploi du temps M1 Orsay" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://edt.arcsinus.fr" />
<meta property="og:image" content="https://edt.arcsinus.fr/static/exemple.png" />
</head> </head>
<body> <body>