You've already forked codeigniter_test2
first commit
This commit is contained in:
28
application/views/tes/v_admin.php
Normal file
28
application/views/tes/v_admin.php
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Halaman Admin</title>
|
||||
<link rel="stylesheet" type="text/css" href="css2.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="header"><a href="v_admin.php"><img src="image/Untitled-3.png" /></a>
|
||||
</div>
|
||||
|
||||
<div class="header2">
|
||||
</div>
|
||||
|
||||
<div class="sidebar1">
|
||||
<ul class="nav">
|
||||
<li><a href="">Kelola Data Barang</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user