Files
pyrofetes-frontend/src/index.html
T
2026-05-25 10:40:08 +01:00

15 lines
387 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PyroFêtes</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon"
href="https://www.pyro-fetes.com/wp-content/themes/pcptheme/img/logo-pyro-fetes-OR-top.png">
</head>
<body>
<app-root></app-root>
</body>
</html>