13 lines
311 B
HTML
13 lines
311 B
HTML
<html>
|
|
<head>
|
|
<title>Mehrheiten Applet</title>
|
|
</head>
|
|
<body>
|
|
<p style="font-family: 'Trebuchet MS', Arial, sans-serif;">
|
|
Aktuelle Version: 0.68<br>
|
|
</p>
|
|
<p>
|
|
<applet code="doppelteMehrheit.Starter.class" width="630" height="500"></applet>
|
|
</p>
|
|
</body>
|
|
</html> |