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.
19 lines
576 B
HTML
19 lines
576 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Homeostat</title>
|
|
<style type="text/css">
|
|
body {background-color: black;
|
|
color: white;}
|
|
iframe {border: 2px dotted blue;}
|
|
</style>
|
|
</head>
|
|
<body id="main">
|
|
<h1>Homeostat</h1>
|
|
<iframe src="./homeostat_1.html" width="600px" height="400px"></iframe>
|
|
<iframe src="./homeostat_2.html" width="600px" height="400px"></iframe><br>
|
|
<iframe src="./homeostat_4.html" width="600px" height="400px"></iframe>
|
|
<iframe src="./homeostat_3.html" width="600px" height="400px"></iframe>
|
|
</body>
|
|
</html> |