You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="lib/style.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Overpass">
|
|
<script src="lib/script.js" type="text/javascript"></script>
|
|
<title>Storybook</title>
|
|
</head>
|
|
<body>
|
|
<div id="book">
|
|
<h2 id="title">The Shire</h2>
|
|
<div id="page">
|
|
<img src="images/shire.png" id="pageImage">
|
|
<div id="pageText">
|
|
The Shire is a region of J. R. R. Tolkien's fictional Middle-earth, described in The Lord of the Rings and other works. The Shire is an inland area settled exclusively by hobbits, the Shire-folk, largely sheltered from the goings-on in the rest of Middle-earth. It is in the northwest of the continent, in the region of Eriador and the Kingdom of Arnor.
|
|
</div>
|
|
</div>
|
|
<div id="buttons">
|
|
<button>Prev</button>
|
|
<button>Next</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |