Add Wakatime component and integrate with About section
This commit is contained in:
parent
9eda12d5ed
commit
ae90712b97
5 changed files with 125 additions and 29 deletions
|
|
@ -1,13 +1,18 @@
|
|||
<!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>
|
||||
<script type="module" src="./frontend.tsx" async></script>'
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue