-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathforum_view_notfound.php
21 lines (18 loc) · 1.03 KB
/
forum_view_notfound.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="outer">
<header class="head">
<div class="main-bar">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Dashboard</a></li>
<li class="breadcrumb-item active"><a href="forum.php"> Forum</a></li>
<li class="breadcrumb-item active"> NOT FOUND</li>
</ol>
</div>
<!-- /.main-bar -->
</header>
<div class="inner bg-light lter">
<div class="col-lg-12"><!-- CONTENT START HERE-->
<h1 class="text-center" style="height: 500px;">TOPIC NOT FOUND</h1>
</div>
</div>
<!-- /.inner -->
</div>