about.html
404 Bytes
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mukho</title>
</head>
<body>
<h2>Hello. It's me mukho.</h2>
<a href="http://localhost:3000/main">main</a>
<a href="http://localhost:3000/about">about</a>
<a href="http://localhost:3000/info">info</a>
<h4>설명</h4>
</body>
</html>