-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |