d_shared/common.css를 참조하도록 추가

This commit is contained in:
2018-04-08 17:17:49 +09:00
parent bc7efae08c
commit ee2bcb5329
49 changed files with 138 additions and 77 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ $connect=$db->get();
<head>
<title>커맨드리스트</title>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<link rel=stylesheet href=css/common.css type=text/css>
<link rel='stylesheet' href='../d_shared/common.css' type='text/css'>
<link rel='stylesheet' href='css/common.css' type='text/css'>
<script type="text/javascript">
<?php
if(!$session->isLoggedIn()){