-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrb2.html
56 lines (28 loc) · 1.06 KB
/
rb2.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Writer's World</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7523797553272809"
crossorigin="anonymous"></script>
</head>
<body>
<nav class="nav">
<div class="container">
<h1 class="logo"><a href="index.html">Writer's World</a></h1>
<ul>
<li><a href="read.html" class="current">Study</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="book.html">Books</a></li>
<li><a href="a.html">About</a></li>
<li><a href="p.html">Contact</a></li>
</ul>
</div>
</nav>
</div>
<section class="container content">
<iframe src="https://drive.google.com/file/d/1YRdUz6EF-eDqMXQYNRLRcEtcN_m53iDF/preview" width="1100" height="2000" allow="autoplay"></iframe>
<script src="sb.js"></script>
</body>
</html>