368d6fafea
Code backup
27 lines
1.0 KiB
HTML
27 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Vertical Division Test</title>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
iframe {
|
|
display: block;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<a href="tel:704">Call us</a>
|
|
<h1>Vertical Division</h1>
|
|
<p>This is a test page to check the vertical division of the screen.</p>
|
|
<p>Below is an iframe that takes up the full width and height of the screen.</p>
|
|
<iframe src="https://localhost:44378/General/AddressBook?IsWpf=1" title="description" style="width:300px; height: 550px;border: 15px solid black; background-color: yellow;"></iframe>
|
|
</body>
|
|
</html> |