-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpc.html
24 lines (24 loc) · 874 Bytes
/
pc.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PC test</title>
<link rel="stylesheet" href="pc.css">
</head>
<body>
<div class="container">
<header class="header">header</header>
<div class="main">
<div class="content-container">
<iframe src="https://www.asahi.com/senkyo/saninsen/2022/kaihyo/include/atop.htm" width="100%" height="350" frameborder="0" scrolling="no"></iframe>
<section class="content">section 1</section>
<section class="content">section 2</section>
<section class="content">section 3</section>
</div>
<aside class="aside">aside</aside>
</div>
<footer class="footer">footer</footer>
</div>
</body>
</html>