-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathweather.html
More file actions
13 lines (13 loc) · 936 Bytes
/
weather.html
File metadata and controls
13 lines (13 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Weather Chart</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.css">
<link rel="stylesheet" href="css/weather.css">
</head>
<body>
<div class="container">
<div class="col-md-3 chart well"><h2 class="clown">Chicago</h2><p class="temperature">53° F</p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/20090524_Buildings_along_Chicago_River_line_the_south_border_of_the_Near_North_Side_and_Streeterville_and_the_north_border_of_Chicago_Loop%2C_Lakeshore_East_and_Illinois_Center.jpg/800px-thumbnail.jpg"></div>
<div class="col-md-3 chart well"><h2 class="clown">Los Angeles</h2><p class="temperature">68° F</p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Macarthur_Park.jpg/800px-Macarthur_Park.jpg"></div>
</div></body></html>