-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 935 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 935 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A Website to showcase my beautiful cat and my frontend development skills.">
<title>My Personal Website</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header id="main-header">
<h1>My Cat Mici!</h1>
</header>
<div class="content-section">
<h2>My beautiful cat:</h2>
<img src="KITTTYYY.jpg" alt="A cute cat" class="profile-image">
<p>Mici is a lovely cat who brings joy to my life.</p>
</div>
<div class="content-section">
<h2>Learn more about cats!:</h2>
<p>Check out <a href="https://cvillecatcare.com/veterinary-topics/101-amazing-cat-facts-fun-trivia-about-your-feline-friend/">this resource</a> to learn more about cats.</p>
</div>
</body>
</html>