discourse-legacysite-perl/site/common/templates/local/advertise.html
2024-06-17 22:24:05 +10:00

45 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title><%site_title || 'slowtwitch.com'%>: About Us</title>
<%include include_common_head.html%>
</head>
<body id="category">
<%~if ad_wallpaper%>
<%ad_wallpaper%>
<%~endif%>
<div class="container">
<%include include_header.html%>
<div class="main">
<div class="contentwrapper clearfix">
<%~set title_loop = Links::Build::build('title', 'Advertise')%>
<%include include_breadcrumb.html%>
<section class="section article section-has-widgets section-reverse clearfix">
<div class="content content-has-widget"><%-- start content--%>
<div class="grid">
<h1>Advertise</h1>
<div class="grid article-content">
<div class="content-divider-top"></div>
<div data-tf-live="01HS3QQ1ZWMBJG4QT8RE4RE5SD"></div><script src="//embed.typeform.com/next/embed.js"></script>
</div>
</div><!-- end grid -->
<div class="section-divider mobile"></div>
</div><%-- end content --%>
</section><!-- end section -->
<div class="section-spacer"></div>
</div>
</div>
<%include include_footer.html%>
</div>
</body>
<%~include include_global_js.html%>
</html>