-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.1 KB
/
index.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
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pixar</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<img src="./logo.png" alt="logo">
<nav>
<a href="https://example.com/" target="_blank">Feature films</a>
<a href="https://example.com/" target="_blank">Short films</a>
<a href="https://example.com/" target="_blank">Technology</a>
<a href="https://example.com/" target="_blank">Careers</a>
<a href="https://example.com/" target="_blank">Extras</a>
<a href="https://example.com/" target="_blank">About</a>
</nav>
</header>
<main>
<img src="./verkiantis-veidelis.png" alt="verkiantis veidelis">
<div>
<h1>Awww...don't cry.</h1>
<p>It's just a 404 error!</p>
<p>What you're looking for may have been misplaced in Long Term Memory.</p>
</div>
</main>
</body>
</html>