기본 stylesheet를 common.css로 변경
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ if($vote[0] == "") {
|
||||
<head>
|
||||
<title>설문조사</title>
|
||||
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
|
||||
<link rel=stylesheet href=stylesheet.php type=text/css>
|
||||
<link rel=stylesheet href=css/common.css type=text/css>
|
||||
<script type="text/javascript">
|
||||
function captureKey(e) {
|
||||
if(e.keyCode == 13 && e.srcElement.type == 'text') {
|
||||
|
||||
Reference in New Issue
Block a user