CINXE.COM

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <style> @font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); } body { margin: 0; } body * { font-family: 'Noto Sans KR'; } .container { width: 100%; height: 100vh; display: table; } .box { display: table-cell; vertical-align: middle; } .chrome-icon { text-align: center; } .title { font-size: 30px; letter-spacing: -1.5px; color: #25272b; text-align: center; margin-top: 50px; } .content { font-size: 15px; line-height: 22px; color: #9b9ea5; text-align: center; margin-top: 24px; letter-spacing: -0.75px; } .download-link { margin: 0 auto; margin-top: 46px; text-align: center; } .download-link a, .download-link a:hover, .download-link a:visited { text-decoration: none; } .download-link a { padding: 16px 58px; background-color: #4789e7; display: inline-block; color: #fff; font-size: 15px; border-radius: 5px; } </style> </head> <body> <div class="container"> <div class="box"> <div class="chrome-icon"><img src="//storage.googleapis.com/i.addblock.net/land/chrome.png" /></div> <div class="title">이 사이트는 크롬 브라우저에 최적화 되어있습니다.</div> <div class="content">인터넷 익스플로러는 서비스가 종료되어 지원되지 않는 브라우저입니다.<br> 크롬, Microsoft Edge 등의 브라우저에서 다시 접속해 주세요.</div> <div class="download-link"><a href="//www.google.com/chrome/" target="_blank">크롬 다운로드</a></div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10