Skip to content
Permalink
407b0f7d12
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
38 lines (31 sloc) 1.01 KB
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="splash-page">
<div class="wrapper">
<div class="birdseye-header">
<div class="nav-wrap">
<div class="container">
<div class="logo">{logo}
{phone:text}</div>
<div class="nav desktop-nav">{menu}</div>
</div>
</div>
</div>
<div class="banner-wrap wsite-background">
<div class="banner">{content}</div>
</div>
<a class="hamburger" aria-label="Menu" href="#"><span></span></a>
<div class="footer-wrap">{footer}</div>
</div><!-- /.wrapper -->
<div id="navMobile" class="nav mobile-nav">
<a class="hamburger" aria-label="Menu" href="#"><span></span></a>
{menu}
</div>
<script type="text/javascript" src="/files/theme/plugins.js"></script>
<script type="text/javascript" src="/files/theme/custom.js"></script>
</body>
</html>