next-ucap-messenger/projects/ucap-webmessenger-app/src/index.html

15 lines
431 B
HTML
Raw Normal View History

2019-09-18 06:02:21 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>UcapWebmessengerApp</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link href="assets/images/icons/material/style.css" rel="stylesheet" />
2019-09-18 06:02:21 +00:00
</head>
2019-09-20 04:22:19 +00:00
<body class="theme-default">
2019-09-18 06:02:21 +00:00
<app-root></app-root>
</body>
</html>