-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (50 loc) · 1.6 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
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
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Detta är en titel</title>
</head>
<body>
<H1>Här är en rubrik</H1>
<div class="flex-grid">
<div class="image-container">
<img src="images/hyperrealistic_man_snow_ginger.png"
alt="A closeup shot of a man in the middle of the winter season">
</div>
<div class="image-container">
<img src="images/min_fru.png" alt="Image 2">
</div>
<div class="image-container">
<img src="images/Viking_warrior_with_a_fierce_expression_midjourneyv5.png" alt="Image 2">
</div>
<div class="image-container">
<img src="images/black_bottle_smoke_flowers.png"
alt="A closeup shot of a man in the middle of the winter season">
</div>
<div class="image-container">
<img src="images/Dennis_Jensen_A_fiery_blazewave_illuminates_the_sky_midjourney.png" alt="Image 2">
</div>
<div class="image-container">
<img src="images/JavaScrip_Dragon_dennisjensen_midjourney.png" alt="Image 2">
</div>
</div>
<ul>
<li>Punkt 1</li>
<li>Punkt 2</li>
<li>Punkt 3</li>
<li>Punkt 4</li>
<li>Punkt 5</li>
<li>Punkt 6</li>
</ul>
<br>
<ol>
<li>Punkt 1</li>
<li>Punkt 2</li>
<li>Punkt 3</li>
<li>Punkt 4</li>
<li>Punkt 5</li>
<li>Punkt 6</li>
</ol>
</body>
</html>
<link rel="stylesheet" type="text/css" href="style.css">