-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 2.02 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
<!DOCTYPE html>
<html>
<head>
<title>Luna</title>
<link rel="icon" href="img/Luna2.jpg">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/Luna.css">
</head>
<body>
<!--header element-->
<header>
<img src="img/Luna2.jpg">
<h1>LUNA</h1>
</header>
<!--main element-->
<main>
<h2>About Luna</h2>
<p>Luna is awsome! She is the cutest cat in the world and she likes cat treats and sleeping all day.</p>
<img src="img/Luna_sleepy.jpg">
<p class="caption">Luna asleep</p>
<h2>Luna's characterisics</h2>
<ol>
<li>She is tiny</li>
<li>She never listens</li>
<li>She loves snacks</li>
<li>She is cuddly but only on her terms</li>
</ol>
<h2>Luna's favorite things</h2>
<p>Luna has some favorite things. You can read more about them here:</p>
<ul>
<li><a target="_blank" href="https://direktkauf.idealo.de/productpage/5779492?siteid=1&offerKey=0ff725fdee4c53cf6d4052c656db07c8&osId=3377189671101532499&shopping=1&ref=bing_sh&camp=bing_sh&msclkid=e7ed2357fc721e4b7edd43465ffa47a8&utm_source=bing&utm_medium=cpc&utm_campaign=NEW_bing_shopping&utm_term=4576442273877755&utm_content=Alle%20Produkte">
Whiskas dry food with chicken</a></li>
<li><a target="_blank" href="https://en.wikipedia.org/wiki/Catnip">Catnip</a></li>
<li><a target="_blank" href="https://www.bitiba.de/shop/katze/schlafplatz/katzenliege/heizung/465116?variantid=465116.0&gclid=CjwKCAiAu8SABhAxEiwAsodSZKtFcEtp8b2yiUoIHayhWynUEH2pzNb66pRvfBRLrl0x62afF9qfOxoCB1oQAvD_BwE">
Heater hammock for cats</a></li>
</ul>
</main>
<!--footer element-->
<footer>
<p>This side was made with <a target="_blank" href="https://en.wikipedia.org/wiki/Love">love</a>. © Jojo</p>
</footer>
</body>
</html>