-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="Description" content="Author: Ruth Baker.">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="./style.css" type="text/css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>" />
<title>Book by a Cover</title>
</head>
<body>
<h1>Book By A Cover</h1>
<p>This CSS project recreates book covers using HMTL and CSS.</p>
<ul>
<li><a href="./how_to_cake_it.html"><img src="https://github.com/ruthmoog/book-by-a-cover/blob/main/screenshots/HowToCakeItExample.webp"/></a></li>
<li><a href="./the_outsiders_50.html"><img src="https://github.com/ruthmoog/book-by-a-cover/blob/main/screenshots/TheOutsiders50Example.webp"/></a></li>
<li><a href="./our_garden_birds.html"><img src="https://github.com/ruthmoog/book-by-a-cover/blob/main/screenshots/OurGardenBirdsExample.webp"/></a></li>
</ul>
</body>
</html>