21 lines
543 B
PHP
21 lines
543 B
PHP
<?php
|
|
$id = $_SESSION['userid'];
|
|
$pengumuman = $this->biodata_model->user2($id);
|
|
|
|
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<h1>DOWNLOAD FILE TES</h1>
|
|
<a href="<?= base_url('index.php/download/lakukan_download/'); ?>" class="btn btn-primary">
|
|
<i class="fa fa-download"></i> DOWNLOAD HASIL </a>
|
|
</body>
|
|
</html>
|