PHP Classes

File: bootstrap/template.html

Recommend this page to a friend!
  Classes of Minh Tien   Codeme PHP Framework   bootstrap/template.html   Download  
File: bootstrap/template.html
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: Codeme PHP Framework
MVC Web application development framework
Author: By
Last change: Update of bootstrap/template.html
Date: 2 months ago
Size: 1,508 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> <title>Theme Template for Bootstrap</title> <!-- Bootstrap core CSS --> <link href="<?php echo ROOT_URL;?>bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Bootstrap theme --> <link href="<?php echo ROOT_URL;?>bootstrap/css/flat-theme.css" rel="stylesheet"> <link href="<?php echo ROOT_URL;?>bootstrap/css/custom.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <script src="<?php echo ROOT_URL;?>bootstrap/js/jquery-2.0.0.min.js"></script> <script src="<?php echo ROOT_URL;?>bootstrap/js/jquery.min.map"></script> <script src="<?php echo ROOT_URL;?>bootstrap/js/custom.js"></script> </head> <body> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="<?php echo ROOT_URL;?>boostrap/js/bootstrap.min.js"></script> </body> </html>