main.html 1.56 KB
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Main Page</title>
    <script src="jquery.js"></script>
    <script>
    
    
    </script>
    <style >
    
    #footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 50px;
            text-align: center;
            color: white;
        }
    
    </style>
</head>
<body>
    <img src = >
    <div id="banner" >
      
        <h1 style="font-size: 50px; text-align: center; ">오늘은 얼마나 먹었어요?</h1>
         
    
    </div>
    <br><br><br> 

    <div style="width:100%; text-align: center; ">
            <form action="/starting" method="post">
                <div class="form-inline">
                    <label>ID</label>
                    <input type="text" name="name" class="form-control" placeholder="홍길동" style="width:200px;">
                    &nbsp &nbsp&nbsp&nbsp
                    <label>Password</label>
                    <input type="text" name="birth" class="form-control" placeholder="*******" style="width:200px;">
                    <br><br><br>
                    <input type="submit" value="Login" class="btn btn-default" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;">
                </div>
            </form>
        </div>


        <div id="footer">오픈소스SW Project 2019-1 고다경 김용재 김태희</div>
</body>
</html>