Newer
Older
homespace / src / index.html
@agalyaramadoss agalyaramadoss on 20 Nov 414 bytes fixed
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>CQP Demo - Chase Payments</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="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
  <app-root></app-root>
</body>
</html>