first commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<body class="hold-transition skin-blue sidebar-mini">
|
||||
<section class="content-header">
|
||||
<h1>
|
||||
<small></small>
|
||||
</h1>
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="<?php echo base_url()?>index.php"><i class="fa fa-dashboard"></i> Dashboard</a></li>
|
||||
<li class="active"><?php echo $title ?></li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<!-- Main content -->
|
||||
<section class="content">
|
||||
<div class="error-page">
|
||||
<h2 class="headline text-yellow"> 404</h2>
|
||||
<div class="error-content">
|
||||
<h3><i class="fa fa-warning text-yellow"></i> Oops! Halaman Tidak Di temukan.</h3>
|
||||
<p>
|
||||
Mohon Maaf Halaman sedang dalam perbaikan "<strong>maintenance</strong>" , coba nanti beberapa saat lakukan refresh halaman ( F5 ). Terima kasih. . . .
|
||||
</p>
|
||||
<form class="search-form">
|
||||
</form>
|
||||
</div><!-- /.error-content -->
|
||||
</div><!-- /.error-page -->
|
||||
</section><!-- /.content -->
|
||||
</body>
|
||||
Reference in New Issue
Block a user