-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc.html
More file actions
25 lines (25 loc) · 1.18 KB
/
c.html
File metadata and controls
25 lines (25 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>HW #1 - Jamie</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewpoint" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="description" content="A couple sentences describing the webiste.">
<meta name="keywords" content="jamie, homework">
<meta name="author" content="Jamie">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h3>2016-2017 Central Divison Standings (NBA Eastern Conference)</h3>
<ol class="o">
<li><a href="http://www.cavs.com">Cleveland Cavaliers (51-31)</a></li>
<li><a href="http://www.pacers.com">Indiana Pacers (42-40)</a></li>
<li><a href="http://www.bucks.com">Milwaukee Bucks (42-40)</a></li>
<li><a href="http://www.bulls.com">Chicago Bulls (41-41)</a></li>
<li><a href="http://www.pistons.com">Detroit Pistons (37-45)</a></li>
</ol>
<img src="https://usatftw.files.wordpress.com/2014/04/usatsi_7781873.jpg">
</body>
</html>