main.html 1.31 KB
<h1 style="width: 100%; text-align: center; font-size: 50px;">오늘은 얼마나 먹었어요?</h1>
         
    
        <br><br><br> 
    
        <div id = "login-ing" style="width:100%; text-align: center; margin-top: 5ch"> 
                <div class="form-inline">
                        <form action="/login_process" method="post">
                            <label>ID</label>
                            <input type="text" name="ID" class="form-control" placeholder="홍길동" style="width:200px;">
                            &nbsp &nbsp&nbsp&nbsp
                  
                           <label>Password</label>
                           <input type="password" name="pwd" class="form-control" placeholder="*******" style="width:200px;">
                           <br><br><br>
                           <input type="submit" value="login" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;">
                           </form>
                           <br><br>
                           <form action="/signup" method="get">
                           <input type="submit" value="Sign Up" class="btn btn-default" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;">
                           </form>
                    </div>
                
        </div>