-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (50 loc) · 1.31 KB
/
index.html
File metadata and controls
56 lines (50 loc) · 1.31 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Studio and the Star System Final</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<style>
div.transbox {
margin: 30px;
background-color: #ffffff;
border: 1px solid black;
opacity: 1;
}
div.transbox p {
margin: 5%;
font-weight: bold;
color: #000000;
}
</style>
</head>
<body>
<h1>Robert Mitchum Fansite</h1>
<p>Hello and welcome to the Robert Mitchum fanpage!</p>
<p>This site is dedicated to Hollywood's best "bad guy"... Robert Mitchum. </p>
<center>
<img src="https://eng420final.neocities.org/qGHzCAgh_400x400.jpg">
</center>
<p> Take a look around! </p>
<p>
"Listen, I got three expressions: looking left, looking right, and looking straight ahead."
</p>
<center>
<img src="https://eng420final.neocities.org/P2yC.gif">
</center>
<div class="transbox">
<p class="abar">
<a href="/biography.html">Biography</a>
―
<a href="/clips.html">Clips</a>
―
<a href="/thatmansings.html">Music</a>
―
<a href="/about.html">About</a>
―
<a href="/index.html">Landing Page</a>
</p>
</div>
</body>
</html>