-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGOT.html
32 lines (31 loc) · 1.22 KB
/
GOT.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">
<meta name="description" content="work page">
<link rel="icon" href="img/icons8-portefeuille-30(1).png" type="image/x-icon">
<title>portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="nav_cont">
<ul class="nav_bar">
<li><a href="index.html">home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<main>
<section class="containerL">
<h1> Game of thrones</h1>
<div class="description_cont">
<img src="img/GOT.jpg" alt="Game of thrones img" width="300px" height="auto">
<p> Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolores velit voluptate inventore amet, explicabo reiciendis ipsa sint sunt! Aperiam dicta perferendis ipsa iste officiis nihil dolore ut deleniti distinctio ducimus.</p>
</div>
</section>
</main>
</body>