Initial commit
This commit is contained in:
11
application/views/pages/welcome.php
Normal file
11
application/views/pages/welcome.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- @todo Move this content into the DB -->
|
||||
<div id="container">
|
||||
<hr class="row-divider" />
|
||||
|
||||
<div class="col-md-6">
|
||||
<h3><i class="fa fa-edit"></i>Request Access</h3>
|
||||
<p>To be able to use this server, you need to request access. Once your access is activated, you will be able to use this TSM server with your TSM client.</p>
|
||||
<p><a href="<?php echo URL::site('login'); ?>" class="">Login »</a></p>
|
||||
</div>
|
||||
|
||||
</div> <!-- /container -->
|
Reference in New Issue
Block a user