-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>joss dot cat</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="trick.css">
<link rel="icon" href="catface.ico">
</head>
<body>
<h1>joss dot cat</h1>
<main class="front">
<div class="pic"> <!-- start cat pic -->
<figure>
<img src="cat_irasutoya.png" alt="A domestic short-haired tabby housecat with stripes all over its body is sitting and licking its right paw.">
<figcaption>Drawn by Takashi Mifune and <a href="https://www.irasutoya.com/p/terms.html">used with permission</a>.</figcaption>
</figure>
</div> <!-- end cat pic -->
<div class="chat"> <!-- start chat -->
<p>Hello! Welcome to joss dot cat. It is mandatory to enjoy your stay.
<p>Wish you knew more about cats? Check out <a href="facts.html">my list of cool cat facts</a>.
<p>Or check out the following resources:
<ul>
<li><a href="https://www.scientificamerican.com/article/the-inner-life-of-cats/"><cite>The Inner Life of Cats</cite></a>. Questions and answers about housecats.
<li><a href="https://www.worldcat.org/title/890017063"><cite>Cat Sense</cite></a>. An accessible cat book.
<li><a href="https://www.imdb.com/title/tt21340412/"><cite>Inside the Mind of a Cat</cite></a>. A documentary featuring cat experts and lots of kitties.
<li><a href="https://www.worldcat.org/title/1197721662"><cite>Kitty Quest</cite></a>. A kids’ graphic novel.
</ul>
<p>Thanks for visiting. Have a great day!
</div> <!-- end chat -->
</main>
</body>
</html>