9 lines
315 B
HTML
9 lines
315 B
HTML
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Nuit de l'info</title>
|
|
<link rel="stylesheet" href="../static/style.css">
|
|
<link href="/static/logo_n2i_color_moon.svg" rel="icon">
|
|
<script src="static/quizz.js"></script>
|
|
</head>
|