Blame view

index.html 1.26 KB
35887fe7   troj   Commit rasp
1
2
3
4
5
  <!DOCTYPE html>
  <html>
  	<head>
  		<meta charset="UTF-8">
  		<link rel="stylesheet" href="css/style_index.css">
713b4147   troj   Commit Fin de projet
6
  		<title>P45 Orchestre Electronique</title>
35887fe7   troj   Commit rasp
7
8
9
10
11
12
13
  	</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>
713b4147   troj   Commit Fin de projet
14
15
  		<h3 class="desc"> Interface de commande des instruments</h3>	
  		<div class="bouton">
35887fe7   troj   Commit rasp
16
17
  		<form action="exec.php" method="POST">
  			<div class="play">
58842de0   troj   Commit fin de projet
18
  				<input type="submit" name="button" value="Jouer la Marche impériale sur 2 lecteurs de disquettes">
35887fe7   troj   Commit rasp
19
20
21
  			</div>
  		</form>
  
713b4147   troj   Commit Fin de projet
22
23
  		<form action="exec.php" method="POST">
  			<div class="play_dd">
58842de0   troj   Commit fin de projet
24
  				<input type="submit" name="button" value="Activer le disque dur">
713b4147   troj   Commit Fin de projet
25
26
27
28
  			</div>
  		</form>
  
  		<form action="exec.php" method="POST">
35887fe7   troj   Commit rasp
29
  			<div class="live">
58842de0   troj   Commit fin de projet
30
  				<input type="submit" name="live" value="Jouer en live avec un clavier d'ordinateur">
35887fe7   troj   Commit rasp
31
32
  			</div>
  		</form>
713b4147   troj   Commit Fin de projet
33
34
35
  
  		<form action="exec.php" method="POST">
  			<div class="modem">
58842de0   troj   Commit fin de projet
36
  				<input type="submit" name="modem" value="Activer le modem">
713b4147   troj   Commit Fin de projet
37
38
  			</div>
  		</form>
58842de0   troj   Commit fin de projet
39
40
41
42
43
  
  		<form action="exec.php" method="POST">
  			<div class="dmprinter">
  				<input type="submit" name="dmprinter" value="Activer l'imprimante à aiguilles">
  			</div>
713b4147   troj   Commit Fin de projet
44
45
  		</div>
  
35887fe7   troj   Commit rasp
46
47
  	</body>
  </html>