17 lines
564 B
HTML
17 lines
564 B
HTML
|
<div class="g_weather">
|
||
|
<div class="gw_recent">
|
||
|
<img src="desktop_widgets/4fa7817cc88514014d7c59c2/img/sunny.png" alt="sunny" class="gw_condition widget_image">
|
||
|
<div class="gw_temp">
|
||
|
<span class="gw_temp_num thmtxt">29</span><span class="gw_temp_unit thmtxt">°C</span>
|
||
|
</div>
|
||
|
<div class="gw_condition_des thmtxt">Sunny</div>
|
||
|
</div>
|
||
|
<div class="gw_weekly">
|
||
|
weekly report
|
||
|
</div>
|
||
|
<div class="gw_location thmtxt">Hsin-Chu</div>
|
||
|
<a href="" class="gw_forecast thmtxt">> Weekly Report</a>
|
||
|
</div>
|
||
|
<script type="text/javascript">
|
||
|
g_weather();
|
||
|
</script>
|