File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments