mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
18 lines
565 B
PHP
18 lines
565 B
PHP
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>harviacode.com - codeigniter crud generator</title>
|
|
<link rel="stylesheet" href="<?php echo base_url('assets/bootstrap/css/bootstrap.min.css') ?>"/>
|
|
<style>
|
|
body{
|
|
padding: 15px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h2 style="margin-top:0px">Tbl_studiengang Read</h2>
|
|
<table class="table">
|
|
<tr><td></td><td><a href="<?php echo site_url('studiengang') ?>" class="btn btn-default">Cancel</button></td></tr>
|
|
</table>
|
|
</body>
|
|
</html> |