-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (44 loc) · 1.63 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>Seung Youp Baek</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="main.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
</head>
<body id="page-top" class="index">
<!-- Navbar -->
<nav id='cssmenu'>
<ul>
<li class='active last'><a href='about.html'><span>Oops</span></a></li>
</ul>
</nav>
<!-- ABout header -->
<div class="container" align="center">
<div class="gap30"></div>
<p class="section-title">OOPS</p>
<hr class="hor-line">
</div>
<div class="gap30"></div>
<div class="container" align="center">
<p class="about-text">
Uh oh.. looks like you are lost in my website!<br>
I will redirect you to the new website.<br>
Please click <a href="https://bsy6766.github.io/pages/en/about.html">here</a>!
</p>
<div class="gap30"></div>
<p class="about-text">
이런.. 제 홈페이지에서 긿을 잃으신것 같군요!<br>
새로운 홈페이지로 안내해 드리겠습니다.<br>
<a href="https://bsy6766.github.io/pages/kr/about.html">여기</a>를 클릭해주세요!
</p>
<div class="gap30"></div>
<hr class="hor-line">
</div>
</body>
</html>