-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paths20.html
30 lines (27 loc) · 1.03 KB
/
s20.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
<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="story.html" class="current">Story</a></li>
<li><a href="index.html">Home</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/1aROIrFuW5Lx0snC6pNt29ETmFzaWeNZX/preview" width="1100" height="2000" allow="autoplay"></iframe>
<script src="sb.js"></script>
</body>
</html>