-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 848 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 848 Bytes
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
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>法庭線 Ads Demo</title>
</head>
<body>
<style>
body {
margin: 0;
padding: 5px;
}
iframe {
border: none;
}
</style>
<h1>法庭線 Ads Demo</h1>
<section>
<h2><a href="homepage/index.html">Homepage</a></h2>
<div style="position:relative;width:100%;max-width:570px;min-height:200px;"><iframe src="homepage/index.html" style="position:absolute;top:0;left:0;width:100%;height:100%"></iframe></div>
</section>
<section style="max-width: 375px">
<h2><a href="article/index.html">Article</a></h2>
<div style="position:relative;width:100%;padding-top:75%"><iframe src="article/index.html" style="position:absolute;top:0;left:0;width:100%;height:100%"></iframe></div>
</section>
</body>
</html>