-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathno-header.html
40 lines (33 loc) · 1.12 KB
/
no-header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!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='no-header-page wsite-theme-light'>
<div class="wrapper">
<div class="dusk-header">
<div class="nav-wrap">
<div class="container">
<div class="logo">{logo}</div>
<div class="nav desktop-nav">{menu}</div>
<a class="hamburger" aria-label="Menu" href="#"><span></span></a>
</div><!-- end container -->
</div>
</div><!-- end header -->
<div class="main-wrap">
{{#sections}}
<div class="container">{content}</div>
{{/sections}}
</div><!-- end main-wrap -->
<div class="footer-wrap">
<div class="container">
<div class="footer">{footer}</div>
</div><!-- end container -->
</div><!-- end footer-wrap -->
</div>
<div class="nav mobile-nav">{menu}</div>
<script type="text/javascript" src="/files/theme/files/plugins.js"></script>
<script type="text/javascript" src="/files/theme/files/custom.js"></script>
</body>
</html>