mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
21 lines
421 B
PHP
Executable File
21 lines
421 B
PHP
Executable File
</div>
|
|
</div>
|
|
<?php $this->load->view('defaults/footer_message'); ?>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
$this->load->view('defaults/stats');
|
|
|
|
//Javascript
|
|
$this->carabiner->js('jquery.js');
|
|
$this->carabiner->js('jquery.timers.js');
|
|
$this->carabiner->js('jquery.clipboard.js');
|
|
$this->carabiner->js('stikked.js');
|
|
$this->carabiner->js('codemirror/codemirror.js');
|
|
|
|
$this->carabiner->display('js');
|
|
|
|
?>
|
|
</body>
|
|
</html>
|