-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 890 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 890 Bytes
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Booklab Renewal</title>
<meta http-equiv="refresh" content="0; url=./prototype/booklab-renewal/">
<link rel="canonical" href="./prototype/booklab-renewal/">
<style>
body {
margin: 0;
display: grid;
min-height: 100vh;
place-items: center;
font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
color: #333d4b;
}
a {
color: #d42931;
font-weight: 700;
}
</style>
</head>
<body>
<p><a href="./prototype/booklab-renewal/">북랩 리뉴얼 페이지로 이동합니다.</a></p>
<script>
window.location.replace("./prototype/booklab-renewal/");
</script>
</body>
</html>