-
Notifications
You must be signed in to change notification settings - Fork 0
/
top.php
executable file
·24 lines (20 loc) · 1.03 KB
/
top.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="btn-mobile-menu visible-sm visible-xs">
<button type="button" class="menu-btn">
<i class="icon-menu"></i>
<span>Menu</span>
</button>
</div>
<!-- Site Logo -->
<header class="container header-logo">
<div class="logo" itemscope itemtype="http://schema.org/Brand">
<h1 itemprop="name">My-Learning</h1>
<a href="index.php">
<!-- <img itemprop="logo" class="site-logo" src="img-samples/logo-black.png" alt="main-logo" />
<img itemprop="logo" class="site-logo-retina" src="img-samples/logo-black-retina.png" alt="main-logo" /> -->
</a>
</div>
<div class="advertise-790 visible-lg">
<!-- <a href="../../../../themeforest.net/item/four-responsive-retina-html-news-magazine-blog/7156494@ref=Serpentsoft" target="_blank">
<img src="img-samples/790x90.png" alt="Ad790x90" /></a> -->
</div>
</header>