Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
misinc committed Jul 19, 2022
1 parent 1fbe456 commit 9ec7b91
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Add On IDX Control Panel</title>
<style type="text/css">
html
{
overflow: auto;
}
body {background-color: #000000;}
html, body, div, iframe
{
margin: 0px;
padding: 0px;
height: 100%;
border: none;
}
iframe
{
display: block;
width: 100%;
border: none;
overflow-y: auto;
overflow-x: hidden;
}
</style>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
</head>
<body>
<iframe src="https://account.idxhome.com/login?resellerId=693"
title="RealtyEngine Control Panel"
frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="100%"
scrolling="auto"></iframe >
</body>
</html>

0 comments on commit 9ec7b91

Please sign in to comment.