Files
social-media/frontend/index.html
Jonathan Bourdon 0521d91240
All checks were successful
deploy-socialize / image (push) Successful in 1m27s
deploy-socialize / deploy (push) Successful in 19s
fix(frontend): update favicon assets
2026-05-07 12:31:55 -04:00

18 lines
439 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/images/brand/logo-mark.svg">
<link rel="alternate icon" href="/favicon.ico">
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>Socialize</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>