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.
22 lines
533 B
22 lines
533 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title></title>
|
|
<style>
|
|
html, body {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe id="lampcontrol" height="100%" width="100%" style="border:hidden;"></iframe>
|
|
</body>
|
|
|
|
</html>
|
|
<script>
|
|
//document.getElementById("lampcontrol").setAttribute("src", "http://39.102.68.187:9950/");
|
|
document.getElementById("lampcontrol").src = "http://39.102.68.187:9950/";
|
|
</script>
|