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.
21 lines
423 B
21 lines
423 B
11 months ago
|
<!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").src = "http://39.102.68.187:9950/";
|
||
|
</script>
|