PHP Classes

File: vendors/mjolnic-bootstrap-colorpicker/docs/layout.hbs

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/mjolnic-bootstrap-colorpicker/docs/layout.hbs   Download  
File: vendors/mjolnic-bootstrap-colorpicker/docs/layout.hbs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 883 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Colorpicker for Twitter Bootstrap</title> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> <link href="//cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" rel="stylesheet"> <link href="dist/css/bootstrap-colorpicker.min.css" rel="stylesheet"> <link href="docs/assets/main.css" rel="stylesheet"> <script src="//code.jquery.com/jquery-2.2.2.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <script src="dist/js/bootstrap-colorpicker.js"></script> </head> <body> <div class="container"> {{> body }} </div> </body> </html>