info.html
546 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>
<br>
<img src="image/ssammu.gif" loop=infinite/> <!-- 서버용 코드-->
<!-- 로컬용 코드: <img src="image/ssammu.gif" loop=infinite/> -->
</body>
</html>