mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft-webplatform.git
synced 2025-02-12 07:19:16 +00:00
49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta name="X-UA-Compatible" content="IE=edge"/>
|
|
<title>UK ETF Fund Explorer</title>
|
|
<link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon"/>
|
|
<meta name="viewport" content="initial-scale=1.0"/>
|
|
|
|
<!-- site specific CSS - comment out appropriate css file -->
|
|
<!-- <link rel="stylesheet"
|
|
href="/assets/css/en-gb-retail.css"
|
|
type="text/css"/> -->
|
|
|
|
<link rel="stylesheet" href="http://pattern-library.corp.frk.com/assets/css/core.css" type="text/css"/>
|
|
<!--<link rel="stylesheet" href="http://localhost:3000/assets/css/core.css" type="text/css"/>-->
|
|
<!-- /site specific CSS -->
|
|
</head>
|
|
<body>
|
|
<div id="site-config" aurelia-app="configuration/etf/main" site="etf-gb" segment="investor" locale="en-gb" long-date="dd MMMM yyyy" short-date="dd.MM.yyyy"></div>
|
|
|
|
<div data-fti-module="alert" data-url="/advisor/" ></div>
|
|
<ft-full-width-page>
|
|
<div slot="header">
|
|
<ft-header></ft-header>
|
|
</div>
|
|
<div slot="body-top">
|
|
<ft-breadcrumbs></ft-breadcrumbs>
|
|
<div id="w1449279022739"><div data-fti-component="page-title" class="row">
|
|
<div>
|
|
<h1>Our ETFs</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="w1477115271067">
|
|
<ft-ppss></ft-ppss>
|
|
</div>
|
|
<div slot="body-bottom">
|
|
<div id="w1474443031159"><ft-caveats placement="PPSSBottom"></ft-caveats></div>
|
|
</div>
|
|
<div slot="footer">
|
|
<ft-footer></ft-footer>
|
|
</div>
|
|
</ft-full-width-page>
|
|
<script src="/assets/js/web-platform.js" data-main="aurelia-bootstrapper"></script>
|
|
</body>
|
|
</html>
|