1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html> <html lang="ko"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">--> <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10,chrome=1"> <title>e천년경영(간편장부)<?php echo $title;?></title> <script src="./js/jquery-1.8.3.min.js"></script> <script src="./js/jqueryui/jquery-ui.js"></script> <link href="css/import.css" rel="stylesheet" /> <link href="./js/jqueryui/jquery-ui.css" rel="stylesheet" /> </head>
<body>
|