Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<!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>