Files
pyrofetes-frontend/src/index.html
2025-11-13 15:45:25 +01:00

14 lines
376 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PyrofetesFrontend</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>