Skip to content

Commit cb190c0

Browse files
authored
Create sessions_2024.html
1 parent ec3ef03 commit cb190c0

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

redirect/sessions_2024.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<title>.NET Conf / L!VE Sessions</title>
5+
<meta name="viewport" content="width=device-width, user-scalable=no" />
6+
<meta property="og:title" content=".NET Conf / L!VE Sessions" />
7+
<meta property="og:site_name" content=".NET Dev" />
8+
<meta property="og:url" content="https://www.dotnetdev.kr/" />
9+
<meta property="og:description" content=".NET Dev" />
10+
<meta property="og:type" content="website" />
11+
<!--
12+
<meta property="og:image" content="https://github.com/dotnetdev-kr/dotnetdevkr.github.io/raw/gh-pages/card.png" />
13+
-->
14+
</head>
15+
<body>
16+
<p>Redirecting to <a id="targetUrl" href="#">destination</a> web site.</p>
17+
<script type="text/javascript">
18+
var targetUrl = 'https://dotnetconf.kr/2024';
19+
document.getElementById('targetUrl').setAttribute('href', targetUrl);
20+
window.setTimeout(function(){
21+
window.location.replace(targetUrl);
22+
}, 0);
23+
</script>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)