initial commmit

This commit is contained in:
Федор Подлеснов 2015-12-01 15:01:10 +03:00
commit 88fc338b55
3 changed files with 57 additions and 0 deletions

9
example.php Normal file
View file

@ -0,0 +1,9 @@
<?php
require_once 'klein.php';
echo Klein::render('index.html', array(
'style' => array('style.css'),
'script' => array('script.js'),
'content' => 'test'
));