-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdanny.html
More file actions
57 lines (46 loc) · 1.75 KB
/
Copy pathdanny.html
File metadata and controls
57 lines (46 loc) · 1.75 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
57
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Dio the Invader</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="grid-style.css">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond&7cGFS+Didot&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img id="Hotel_fasad" src="img/jojo-logo.png" alt="Jojo logo">
<div class="namn_bakgrund">
<div class="placering_logo">
<h1 id=namn> Jojo's Bizarre Adventure</h1>
</div>
</div>
</header>
<nav>
<div class="nav_center">
<a class="hem" href="index.html"><img src="img/part1.png" alt="stone mask"></a>
<a class="hitta" href="joseph.html"><img src="img/part2.png" alt="red stone of aja"></a>
<a class="boka" href="jotaro.html"><img src="img/part3.png" alt="jotaro hat pin"></a>
<a class="hotellet" href="josuke.html"><img src="img/part4.png" alt="josuke pin"></a>
<a class="hotellet" href="giorno.html"><img src="img/part5.png" alt="Giorno ladybug"></a>
<a class="hotellet" href="jolyne.html"><img src="img/part6.png" alt="Jolyne tatto"></a>
<a class="hotellet" href="johnny.html"><img src="img/part7.png" alt="Hores shoe"></a>
<a class="hotellet" href="josuke8.html"><img src="img/part8.png" alt="Ancher"></a>
</div>
<!--inte klar än-->
</nav>
<main>
<article >
<img class="Dio" src="img/dio.jpg" alt="Dio">
</article>
</main>
<section>
</section>
<footer>
<p> Bright Hotell | Storgatan 1 | 123 45 Storstad | 012 - 12 34 56
<br><a id="epostadress" href="mailto:testadress@mail.com">Brighthotell@mail.som</a>
</p>
</footer>
</body>
</html>