You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
398 B
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html>
<head>
<title>Book</title>
<meta charset="utf-8"/>
<link href="style/book.css" rel="stylesheet" type="text/css"/>
<link href="style/cover.css" rel="stylesheet" type="text/css"/>
</head>
<body epub:type="cover">
<img id="cover" src="img/book.png" alt="Cover"/>
</body>
</html>