2024년 1월 3일 수요일

Html - 점검중 페이지 (예문)



<!DOCTYPE html>
<html lang="ko">
<head>
    <title>사이트 점검중</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Script-Type" content="text/javascript" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="imagetoolbar" content="no" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js"></script>
</head>
<body style="font-family: 'MS Gothic';">
    <div style="position:absolute;left:50%;top:50%;transform: translate(-50%, -50%);width: 587px;height: 488px;outline: solid 1px #D4D4D4;">
        <div style="width:100%;height:62px;vertical-align: middle;display: flex;">
            <div style="width:80%;margin-left:3%;float:left;font-size:30px;font-weight:600;margin-top: 10px;"><i class="fa-solid fa-circle-exclamation fa-bounce" style="color: #fe3f40;margin-right:5px;"></i>사이트 임시점검 안내</div>
            <div style="width:20%;margin-right:3%;float:left;font-size:18px;margin-top:20px;">미소몰닷컴</div>
        </div>
        <div style="width:94%;height:1px;margin-left:3%;border-bottom:1px dotted #D4D4D4;"></div>
        <div style="height:100px;margin-top:50px;width:94%;margin-left:3%;">
            <span style="justify-content:center;align-items:center;display:flex;">사이트입니다.</span>
            <span style="justify-content:center;align-items:center;display:flex;">보다 나은 서버스 제공을 위하여 홈페이지 이용이 제한됩니다.</span>
            <span style="justify-content:center;align-items:center;display:flex;">빠른 시간내에 정상 서비스가 가능하도록 노력하겠습니다.</span>
        </div>
        <div style="height:100px;width:94%;margin-left:3%;background-color:#F1F1F1;border-radius: 10px;">
            <span style="justify-content:center;align-items:center;display:flex;padding-top:25px;">
                일자 : 2023년 12월 28일 목요일<br />
                시간 : 18시 00분 ~ 20시 00분
            </span>
        </div>
        <div style="margin-top:50px;">
            <span style="font-size:20px;font-weight:bold;justify-content:center;align-items:center;display:flex;">양해부탁드립니다.</span>
            <span style="font-size:20px;font-weight:bold;justify-content:center;align-items:center;display:flex;">감사합니다.</span>
        </div>
    </div>
</body>
</html>
 

javascript - SQL 예약어 제거

  <script language="javascript"> //특수문자, 특정문자열(sql예약어) 제거 function checkSearchedWord(obj){ obj.value = obj.value+&quo...