20 lines
544 B
HTML
20 lines
544 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="ko">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<link rel="icon" href="/favicon.ico" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<title>마인크래프트 서버 상태</title>
|
||
|
|
<link
|
||
|
|
rel="stylesheet"
|
||
|
|
as="style"
|
||
|
|
crossorigin
|
||
|
|
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"
|
||
|
|
/>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script type="module" src="/src/main.jsx"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|