-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop.html
24 lines (20 loc) · 895 Bytes
/
top.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<!-- CSE 190 M Homework 5 (Kevin Bacon) -->
<head>
<title>My Movie Database (MyMDb)</title>
<meta charset="utf-8" />
<!-- Links to provided files. Do not edit or remove these links -->
<link href="http://www.cs.washington.edu/education/courses/cse190m/12sp/homework/5/favicon.png" type="image/png" rel="shortcut icon" />
<script src="http://www.cs.washington.edu/education/courses/cse190m/12sp/homework/5/provided.js" type="text/javascript"></script>
<!-- Link to your CSS file that you should edit -->
<link href="bacon.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="frame">
<div id="banner">
<a href="index.php"><img src="http://www.cs.washington.edu/education/courses/cse190m/12sp/homework/5/mymdb.png" alt="banner logo" /></a>
My Movie Database
</div>
<div id="main">
<!-- your HTML output follows -->