14 lines
330 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" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<app-root></app-root>
</body>
2022-06-17 10:48:15 +10:00
</html>