visa_app/application/views/welcome_message.php
venbatechnologies@gmail.com 21a1f94641 visa app
2018-07-27 13:47:26 +05:30

27 lines
1009 B
PHP

<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
<center>VISA</center>
</h1>
</section>
<section class="content">
<div id="container">
<h1>Welcome to VISA!</h1>
<div id="body">
<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
<p>If you would like to edit this page you'll find it located at:</p>
<code>application/views/welcome_message.php</code>
<p>The corresponding controller for this page is found at:</p>
<code>application/controllers/Welcome.php</code>
<p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p>
</div>
<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT === 'development') ? '<strong>' . CI_VERSION . '</strong>' : '' ?></p>
</div>
</section>
</div>