-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheHobbit.html
33 lines (33 loc) · 1.08 KB
/
TheHobbit.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Hobbit</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="icon" type="image/svg+xml" href="JPZ.svg">
<style>
body {
justify-content: center;
align-items: center;
overflow: hidden; /* skrije drsnik */
display: flex;
height: 100vh;
margin: 0;
}
</style>
</head>
<body>
<iframe
title="John Ronald Reuel Tolkien: The Hobbit - An Unexpected Journey"
src="https://www.scribd.com/embeds/94456920/content?start_page=1&view_mode=scroll&access_key=key-21320zuibi1b2otudmet"
tabindex="0"
data-auto-height="true"
data-aspect-ratio="0.6716306775874907"
scrolling="no"
width="45%"
height="800px"
frameborder="0">
</iframe>
</body>
</html>