Skip to content

Commit

Permalink
Create sessions_2024.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu authored Feb 20, 2024
1 parent ec3ef03 commit cb190c0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions redirect/sessions_2024.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>.NET Conf / L!VE Sessions</title>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta property="og:title" content=".NET Conf / L!VE Sessions" />
<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://dotnetconf.kr/2024';
document.getElementById('targetUrl').setAttribute('href', targetUrl);
window.setTimeout(function(){
window.location.replace(targetUrl);
}, 0);
</script>
</body>
</html>

0 comments on commit cb190c0

Please sign in to comment.