You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
612 B
34 lines
612 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>永佳捷電梯</title>
|
|
<style>
|
|
html,
|
|
body,
|
|
iframe {
|
|
|
|
padding: 0;
|
|
margin: 0;
|
|
min-width:100vw;
|
|
min-height:100vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
iframe {
|
|
border: none;
|
|
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<iframe frameborder="no" src='https://masada-tw.com/'></iframe>
|
|
|
|
</body>
|
|
|
|
</html>
|