PHP Classes

File: resources/views/hello.phtml

Recommend this page to a friend!
  Classes of Steeven Lim   o2system   resources/views/hello.phtml   Download  
File: resources/views/hello.phtml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: o2system
Start projects using the with O2System Framework
Author: By
Last change:
Date: 3 years ago
Size: 1,380 bytes
 

Contents

Class file image Download
<div class="welcome"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <img src="../assets/img/logo/logo-200px.png" alt="O2System Framework"> <h1 class="text-uppercase mt-3 mb-0"> O2System Framework </h1> <p class="lead text-uppercase mb-2"> The Next Generation of PHP Framework<br> </p> <p> Built for developers who need ease, cleverness, elegance codes and user interface to build fully featured web applications. </p> </div> </div> <div class="row"> <div class="col-md-12"> <ul class="nav-bottom"> <li> <a href="https://github.com/o2system" target="_blank"> <i class="fab fa-github"></i> Github </a> </li> <li> <a href="https://o2system.gitbooks.io" target="_blank"> <i class="fas fa-book"></i> GitBook </a> </li> </ul> </div> </div> </div> </div>