PHP Classes

File: templates/index.html.tpl

Recommend this page to a friend!
  Classes of Saro Carvello   PHP Web MVC Framework   templates/index.html.tpl   Download  
File: templates/index.html.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change: Update index.html.tpl
Update index.html.tpl
Date: 1 year ago
Size: 1,814 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <title>Welcome to PHP WEB MVC Framework </title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap core CSS --> <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" media="screen"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script> <![endif]--> </head> <body> <div class="container"> <h1>Welcome to PHP WEB MVC Framework with Examples and Tools</h1> <h2>Use the following link to run the examples and tools:</h2> <h4>Note:</h4> <h4>- Before using examples you must build the database by running the database installation script <strong>sql\mrp.sql</strong></h4> <h4>- Also check and modify <strong>config\application.config.php</strong> and <strong>util\mysqlreflection\mysqlreflection.config.php</strong> according to your database configuration</h4> <br> <a href="examples/">Run Web MVC examples and tools</a> <br> <a href="{GLOBAL:SITEURL}/common/user_accounts">Users management</a><br> <a href="{GLOBAL:LOGIN_PAGE}">Login page</a><br> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js"></script> </body> </html>