fail.html 586 Bytes
<!DOCTYPE html>
<html>
  <head>
    <title>CuBe!</title>
    <script src="./app.js"></script>
  </head>
  <body>

    <p type="text" name="실패"  maxlength=20 size=20 > 실패 </p>

     <div type ="text" id="temp"></div>
      <form action="/" method="get">
            <tr>
                <td><input type="submit" value="처음화면으로"></td>
            </tr>
            
        </table>
    </form>
    <form action="/cust" method="get">
        <tr>
            <td><input type="submit" value="메뉴로"></td>
        </tr>
        
    </table>
</form>
  </body>
</html>