<?php $base_url = base_url(); ?>
<!DOCTYPE html>
<html>
<body marginwidth="0" marginheight="0" style="background-color: rgb(38,38,38)">
<?php 
$this->output
	->set_content_type('application/pdf')
	->set_output(file_get_contents($base_url.'assets/help.pdf'));
?>
</body>
</html>