File: /var/www/quadcode/frontend/src/free-brokerage.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta content="true" name="HandheldFriendly" />
<meta content="width" name="MobileOptimized" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<title>Brokerage Business Giveaway - Get Free Brokerage Platform</title>
<meta name="theme-color" content="#FFFFFF" />
<!-- START FAVICON -->
<link
rel="shortcut icon"
type="image/x-icon"
href="/lp/assets/static/favicon.ico"
/>
<!-- END FAVICON -->
<!-- META -->
<meta name="copyright" content="Quadcode" />
<meta name="author" content="Quadcode" />
<meta
name="description"
content="We're looking for an ideal partner. Prove to us that you fit, and get a ready-to-go brokerage business for free"
/>
<!-- END META -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://quadcode.foach.site/lp/free-brokerage"
/>
<meta
property="og:title"
content="Brokerage Business Giveaway - Get Free Brokerage Platform"
/>
<meta
property="og:description"
content="We're looking for an ideal partner. Prove to us that you fit, and get a ready-to-go brokerage business for free"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://group.quadcode.com/free-brokerage"
/>
<meta
property="twitter:title"
content="Brokerage Business Giveaway - Get Free Brokerage Platform"
/>
<meta
property="twitter:description"
content="We're looking for an ideal partner. Prove to us that you fit, and get a ready-to-go brokerage business for free"
/>
<% if (process.env.APP_ENV === 'production') { %> <%=
require('html-loader!./html/_gtm.html').default %> <% } %>
</head>
<body id="free-brokerage">
<div id="root">
<!-- START GIVEAWAY -->
<%= require('html-loader!./html/lp/free-brokerage/giveaway.html').default
%>
<!-- END GIVEAWAY -->
<!-- START FREE -->
<%= require('html-loader!./html/lp/free-brokerage/free.html').default %>
<!-- END FREE -->
<!-- START block-faq -->
<%=
require('html-loader!./html/lp/free-brokerage/how-it-works.html').default
%>
<!-- START LOOKING-FOR -->
<%=
require('html-loader!./html/lp/free-brokerage/looking-for.html').default
%>
<!-- END LOOKING-FOR -->
<!-- START APPLY-NOW -->
<%= require('html-loader!./html/lp/free-brokerage/apply-now.html').default
%>
<!-- END APPLY-NOW -->
<!-- START FORMS -->
<%= require('html-loader!./html/lp/free-brokerage/forms.html').default %>
<!-- END FORMS -->
<!-- START FAQ -->
<%= require('html-loader!./html/lp/free-brokerage/faq.html').default %>
<!-- END FAQ -->
<!-- START FOOTER -->
<%= require('html-loader!./html/lp/free-brokerage/footer.html').default %>
<!-- END FOOTER -->
</div>
<!-- START MODAL-WHO-ARE-YOU -->
<%= require('html-loader!./html/modal-who-are-you.html').default %>
<!-- START _COUNTER -->
<%= require('html-loader!./html/_counter.html').default %>
<!-- END _COUNTER -->
</body>
</html>