1+ <!doctype html>
2+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5+ <!--[if gt IE 8]><!--> < html class ="no-js " lang ="en "> <!--<![endif]-->
6+ < head >
7+ < meta charset ="utf-8 " />
8+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
9+ < title > phpFreeChat - phpfreechat theme</ title >
10+
11+ < meta name ="viewport " content ="width=device-width " />
12+
13+ <!-- pfc-debug -->
14+ < script src ="../client/lib/jquery-1.8.2.min.js "> </ script >
15+
16+ < link rel ="stylesheet/less " type ="text/css " href ="../client/themes/phpfreechat-mini/pfc.less " />
17+ < script type ="text/javascript "> var less = { env : 'development' } ; </ script >
18+ < script src ="../client/lib/less-1.3.1.min.js " type ="text/javascript "> </ script >
19+
20+ < script src ="../client/pfc.js " type ="text/javascript "> </ script >
21+ < script src ="../client/pfc-init.js " type ="text/javascript "> </ script >
22+ < script src ="../client/pfc-core.js " type ="text/javascript "> </ script >
23+ < script src ="../client/pfc-auth.js " type ="text/javascript "> </ script >
24+ < script src ="../client/pfc-commands.js " type ="text/javascript "> </ script >
25+ < script src ="../client/pfc-cmd_join.js " type ="text/javascript "> </ script >
26+ < script src ="../client/pfc-cmd_op.js " type ="text/javascript "> </ script >
27+ < script src ="../client/pfc-cmd_kick.js " type ="text/javascript "> </ script >
28+ < script src ="../client/pfc-cmd_ban.js " type ="text/javascript "> </ script >
29+ < script src ="../client/pfc-channels.js " type ="text/javascript "> </ script >
30+ < script src ="../client/pfc-users.js " type ="text/javascript "> </ script >
31+ < script src ="../client/pfc-utils.js " type ="text/javascript "> </ script >
32+ <!-- /pfc-debug -->
33+
34+ <!-- pfc-prod
35+ <script src="../client/lib/jquery-1.8.2.min.js"></script>
36+ <link rel="stylesheet" type="text/css" href="../client/themes/phpfreechat-mini/pfc.min.css" />
37+ <script src="../client/pfc.min.js" type="text/javascript"></script>
38+ /pfc-prod -->
39+
40+ <!-- pfc-dev
41+ <script src="../client/lib/jquery-1.8.2.min.js"></script>
42+ <link rel="stylesheet" type="text/css" href="../client/themes/phpfreechat-mini/pfc.css" />
43+ <script src="../client/pfc.js" type="text/javascript"></script>
44+ /pfc-dev -->
45+
46+ </ head >
47+ < body >
48+ < header >
49+
50+ </ header >
51+ < div role ="main ">
52+
53+
54+ < h1 style ="font-size:1.5em "> phpFreeChat - phpfreechat theme</ h1 >
55+
56+ < div class ="pfc-hook "> < a href ="http://www.phpfreechat.net "> Creating chat rooms everywhere - phpFreeChat</ a > </ div >
57+ < script type ="text/javascript ">
58+ $ ( '.pfc-hook' ) . phpfreechat ( ) ;
59+ </ script >
60+
61+ </ div >
62+ < footer >
63+
64+ </ footer >
65+ </ body >
66+ </ html >
0 commit comments