forked from binusgdc/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 962 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting to BGDC Site...</title>
<meta http-equiv="refresh"
content="0; url = https://student-activity.binus.ac.id/bgdc/" />
</head>
<body>
<h1 style="text-align:center;color:orange;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
Binus Game Development Club
</h1>
<p style="text-align:center;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
If you are not redirected automatically, click this <a href='https://student-activity.binus.ac.id/bgdc/'>link</a>
</p>
<link rel="canonical" href="https://student-activity.binus.ac.id/bgdc/"/>
</body>
</html>