UNPKG

386 BHTMLView Raw
1<!doctype html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title>Vis-Ng Library Playground</title>
6 <base href="/">
7
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 <link rel="icon" type="image/x-icon" href="favicon.ico">
10
11 <style>
12 body {
13 margin: 0;
14 padding: 0;
15 }
16 </style>
17</head>
18<body>
19 <app-root>Loading...</app-root>
20</body>
21</html>