You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
579 B
HTML
24 lines
579 B
HTML
4 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Home</title>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
font-family: mono;
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
iframe {border: none;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Homeostat</h1>
|
||
|
<iframe src="./room_1.html" width="600px" height="400px"></iframe>
|
||
|
<iframe src="./room_2.html" width="600px" height="400px"></iframe><br>
|
||
|
<iframe src="./room_4.html" width="600px" height="400px"></iframe>
|
||
|
<iframe src="./room_3.html" width="600px" height="400px"></iframe>
|
||
|
</body>
|
||
|
</html>
|