1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<html>
<head>
<title id=titre>Karplus</title>
<style>
body {
background-color:lightgray;
margin: 1cm 1cm 1cm 1cm;
}
.faustui {
margin: 2mm 2mm 2mm 2mm;
}
</style>
</head>
<body>
<center>
<h1> Karplus-Strong </h1>
<br/>
<table>
<tr><td><iframe width=440 height=300 src="karplus.dsp" class="faustui"></iframe></td>
<td><iframe width=400 height=300 src="http://localhost:5510" seamless class="faustui"></iframe></td></tr>
</table>
</center>
</body>
</html>
|