최초등록
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<%
|
||||
Dim prepage
|
||||
|
||||
prepage = request.queryString("prepage")
|
||||
%>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="author" content="대구광역시립북부도서관" />
|
||||
<meta name="keywords" content="대구광역시립북부도서관, 북부, 도서관" />
|
||||
<meta name="description" content="대구광역시립북부도서관" />
|
||||
<meta name="copyright" content="copyrights 2010 by DAEGU METROPOLITAN BUKBU LIBRARY. ALL RIGHTS RESERVED." />
|
||||
<meta name="language" content="ko" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<%If prepage <> "" then%>
|
||||
<meta http-equiv="refresh" content="0; url=<%=prepage%>">
|
||||
<%End if%>
|
||||
<title>사이트이동</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body class="main">
|
||||
|
||||
사이트이동 페이지
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user