-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sfandrianah | update about-application v.1.0
- Loading branch information
1 parent
3c9443a
commit 271a6c5
Showing
4 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
$logo_login = URL('/assets/img/logotripoin.png'); | ||
?> | ||
<!doctype html> | ||
<html lang="en"> | ||
<?= contentPage(); ?> | ||
<?= pageBody(); ?> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<!--<h2 class="text-center">Tripoin Studio</h2>--> | ||
<div class="logo text-center"> | ||
<a href="http://tripoin.co.id"> | ||
<img src="<?= $logo_login; ?>" height="150" alt="LOGO" /> | ||
</a> | ||
</div> | ||
<h2 class="text-center">Tripoin E-Pusbang</h2> | ||
<h4 class="text-center">Version 1.0</h4> | ||
<h5 class="text-center">Copyright © 2017 Tripoin, Inc. All Rights Reserved. </h5> | ||
<br/> | ||
<br/> | ||
<br/> | ||
<h5 class="text-center"> | ||
This Product is licensed by : | ||
</h5> | ||
<h6 class="text-center"> | ||
Syahrial Fandrianah, Nurul Hidayat, Ridla Fadillah, Achmad Fauzi, Fadhil Paramanindo, Ginanjar Sanjaya, Agung Rizkiono<br/> | ||
</h6> | ||
</div> | ||
</div> | ||
<?= endPageBody(); ?> | ||
<?= endContentPage(); ?> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters