기본 stylesheet를 common.css로 변경

This commit is contained in:
2018-01-29 22:56:31 +09:00
parent ae0c2de758
commit 3b8b62ac9b
50 changed files with 59 additions and 62 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if(!isset($type) || $type == 0) {
<head>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<title>장수일람</title>
<link rel=stylesheet href=stylesheet.php type=text/css>
<link rel=stylesheet href=css/common.css type=text/css>
<script type="text/javascript" src=<?="../e_lib/jquery-3.2.1.min.js";?>></script>
<?php require('analytics.php'); ?>
</head>