menu_recommend_page.html 385 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>menu_recommend_page</title>
</head>
<body>
    <h1> 메뉴추천 </h1>
    <button onclick="location.href='question_selection.html'"> 시작하기 </button >

</body>
</html>