Files
Nexum/src/index.html
2026-04-11 13:22:56 +02:00

17 lines
538 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chatenium</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.webmanifest">
</head>
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>