-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffcan.php
More file actions
40 lines (27 loc) · 1016 Bytes
/
offcan.php
File metadata and controls
40 lines (27 loc) · 1016 Bytes
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
<?php
/*
Template Name: Offcan
*/
?>
<?php get_header(); ?>
<div id="site-wrapper">
<div id="site-canvas">
<!-- <a href="#" class="toggle-nav btn btn-lg" id="big-sexy"><i class="glyphicon glyphicon-plus"></i> </a> -->
<nav class="toggle-nav btn btn-lg" id="big-sexy"><i class="glyphicon glyphicon-plus"></i> </nav>
<div id="site-menu">
<h2>My Menu</h1>
<p class="lead">Put any HTML you want here.</p>
<p>Style it however you want.</p>
<ul>
<li>Free to scroll up and down</li>
<li>But not left and write</li>
</ul>
</div>
<div class="container-fluid">
<div class="imgBox">
<img src="<?php echo get_stylesheet_directory_uri() ?>/img/amasta.jpeg" />
</div>
</div>
</div><!-- #site-canvas -->
</div><!-- #site-wrapper> -->
<?php get_footer(); ?>