17 lines
418 B
HTML
17 lines
418 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>ETF Demo</title>
|
|
<base href="/">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/enjine.png">
|
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|