This repository has been archived on 2025-08-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ue-web/index.html
2025-08-11 23:39:28 +02:00

21 lines
751 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/UEA.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Union Étudiante Auvergne" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ueauvergne.fr" />
<meta property="og:image" content="https://ueauvergne.fr/UEA.png" />
<meta property="og:description" content="Site de l'Union Étudiante Auvergne" />
<meta name="theme-color" content="#552A86">
<title>UE Auvergne</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>