index.html
827 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style_index.css">
<title>P45 Orchestre Electronique - Page de test</title>
</head>
<body>
<h1> IMA4 Projets S8 - P45 Orchestre Electronique </h1>
<div class="pres">
<p class="p1"> ROJ Thomas - IMA4SC</p>
<p class="p2"> LETELLIER Joshua - IMA4SA</p>
</div>
<h3 class="desc"> Prototype d'interface WEB</h3>
<p class="part1"> Premier programme : La marche impériale
sur 2 FDD </p>
<form action="exec.php" method="POST">
<div class="play">
<input type="submit" name="button" value="Play Imperial March">
</div>
</form>
<form action="exec.php method="POST">
<div class="live">
<input type="submit" name="live" value="Play in live with computer input">
</div>
</form>
</body>
</html>