PHP Classes

File: IndexFileTemplate.php

Recommend this page to a friend!
  Classes of Gavin Gordon Markowski   IndexFile   IndexFileTemplate.php   Download  
File: IndexFileTemplate.php
Role: Auxiliary data
Content type: text/plain
Description: The html5 template file
Class: IndexFile
Initialize a directory with a template index file
Author: By
Last change:
Date: 8 years ago
Size: 484 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <link rel="stylesheet" href=""> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> </head> <body> <div id="container"> </div> <script> $(function(){ }); </script> </body> </html>