mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
20 lines
594 B
HTML
20 lines
594 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/logo.png" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<link
|
||
|
|
rel="stylesheet"
|
||
|
|
href="https://cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css"
|
||
|
|
crossorigin="anonymous"
|
||
|
|
/>
|
||
|
|
<title>Évalue Ton Savoir</title>
|
||
|
|
<base href="/" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script type="module" src="src/main.tsx"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|