-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (25 loc) · 971 Bytes
/
index.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>.NET Dev</title>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta property="og:title" content=".NET Dev" />
<meta property="og:site_name" content=".NET Dev" />
<meta property="og:url" content="https://www.dotnetdev.kr/" />
<meta property="og:description" content=".NET Dev" />
<meta property="og:type" content="website" />
<!--
<meta property="og:image" content="https://github.com/dotnetdev-kr/dotnetdevkr.github.io/raw/gh-pages/card.png" />
-->
</head>
<body>
<p>Redirecting to <a id="targetUrl" href="#">destination</a> web site.</p>
<script type="text/javascript">
var targetUrl = 'https://forum.dotnetdev.kr/?refresh=2';
document.getElementById('targetUrl').setAttribute('href', targetUrl);
window.setTimeout(function(){
window.location.replace(targetUrl);
}, 0);
</script>
</body>
</html>