20 lines
812 B
HTML
20 lines
812 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--
|
|
이번 패치하면서 들은 곡
|
|
Laur - Gears of Fate [AWC 2025 Finals Tiebreaker]
|
|
https://www.youtube.com/watch?v=-bnrmxa2dW0
|
|
-->
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg+xml" href="./favicon.ico" />
|
|
<title>남현석 | :two_hearts:</title>
|
|
<meta name="description" content="항상 탐구하고 연구하는 평범한 학생 개발자입니다." />
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4588517451789913" crossorigin="anonymous"></script>
|
|
<script type="module" src="./frontend.tsx" async></script>'
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|