16 lines
420 B
HTML
Raw Normal View History

<!DOCTYPE html>
2022-06-17 10:48:15 +10:00
<html lang="en">
<head>
<meta charset="utf-8" />
<title>RelayAngularChat</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2022-12-23 22:56:24 +01:00
<link rel="apple-touch-icon" href="./favicon.png" />
<link rel="manifest" href="./manifest.json" />
<link rel="icon" href="./favicon.ico" />
</head>
<body>
<app-root></app-root>
</body>
2022-06-17 10:48:15 +10:00
</html>