Page 313 - MDP2022-3
P. 313

</form>
                    </section><br><br>
                    <pre><a   href="weather/w.html"   style="font-size:   1.5em"   class="custom-btn   btn-4"   >
                  날씨                                  </a></pre>
                    <img  src="{{url_for('static',filename='img/weeee.webp')}}"  width="400px"  height="300px">
                    </div>





            </body>

            </html>

            weather.html


            <!DOCTYPE  html>
            <html  lang="ko">
            <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">
                    <link  href="{{  url_for('static',  filename='css/a.css')  }}"  rel="stylesheet">
                    <title>now  weather?</title><script  src="{{  url_for('static',  filename='js/js.js')  }}"  >  </script>
            </head>
            <body>
                    <div  class="container">
                            <h1>현재  날씨는</h1>
                            <span  class="weatherInfo"></span>
                            <img  class="weatherIcon">
                    </div>
            </body>

            </html>

            shortenurl.html


            <!DOCTYPE  html>
            <html  lang="en">
            <head>
                    <meta  charset="UTF-8">
                    <style>  h1,  body{  text-align:  center;  }  </style>
            </head>
            <body>
            <h1>버스  정류장</h1>
            {%  for  station  in  stations  %}
                    {{  station  }}<br>|<br>
            {%  endfor  %}

            </body>
            </html>


            whererul.html


            <!DOCTYPE  html>
            <html  lang="en">
            <head>
                    <meta  charset="UTF-8">
   308   309   310   311   312   313   314   315   316   317   318