최초 커밋
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="google-site-verification" content="8BoZWWHDiQBRwJ8hue0jKiAho7ck3C0Akk4Z5_2xSeE" />
|
||||
<meta name="naver-site-verification" content="d8fb6628b66c1759645c85e8b9a8edc0916ec8bf" />
|
||||
|
||||
<title>EG-BIM</title>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: Arial, sans-serif;
|
||||
background: #f3f4f6;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.container {
|
||||
text-align: center;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.background-image {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
opacity: 0.5;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.2em;
|
||||
color: #666;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
|
||||
// if(location.hostname == 'eg-bim.co.kr' || location.hostname == 'eg-bim.com' || location.hostname == 'www.eg-bim.com' || location.hostname == 'www.eg-bim.co.kr'){
|
||||
// window.location.href = 'http://eg-bim.co.kr/egbim/index.php'
|
||||
// }
|
||||
// </script>
|
||||
// <script>
|
||||
// if (location.hostname === 'm.eg-bim.co.kr') {
|
||||
// window.location.href = 'https://eg-bim.co.kr/egbim/mobile/index.php';
|
||||
// }
|
||||
//alert(location.hostname);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>현재 사이트가 업데이트중입니다.</h1>
|
||||
<p>The site is currently being updated.</p>
|
||||
</div>
|
||||
<!-- <img src="https://eg-bim.co.kr/egbim/img/og-main-thumb.JPG" alt="도로 교통 이미지" class="background-image"> -->
|
||||
<img src="https://eg-bim.co.kr/traffic_image.jpg" alt="도로 교통 이미지" class="background-image">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user