Zadanie 5
This commit is contained in:
@@ -10,6 +10,7 @@ DIV ID col-sm-X gdzie x to szerokosc gdzie 12 to 100% strony (mozna podzielic st
|
||||
<div id="pogoda">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<h2>Pogoda dla miasta: {{ city if city else 'nieznane' }}</h2>
|
||||
<div id="weathertype">Weather: {{ weathertype }} </div>
|
||||
<div class="col-sm-2">
|
||||
<img src="/static/temp.png" class="weatherimg" id="tempimg">
|
||||
|
||||
Reference in New Issue
Block a user