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.
20 lines
546 B
HTML
20 lines
546 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Homeostat 2</title>
|
|
<meta http-equiv="refresh" content="5; url=./homeostat_3.html">
|
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
|
<script type="text/javascript" src="./setPage.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1><a href="./homeostat_2.html" target="blank">Homeostat 2</a></h1>
|
|
<img id="img1" src="" >
|
|
<iframe id="vid" width="420" height="315" src=""> </iframe>
|
|
|
|
<script type="text/javascript">
|
|
setPage();
|
|
setvideo();
|
|
</script>
|
|
</body>
|
|
</html> |