Blame view

index.html 1.04 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">
713b4147   troj   Commit Fin de projet
18
  				<input type="submit" name="button" value="Activate 2 FDD">
35887fe7   troj   Commit rasp
19
20
21
  			</div>
  		</form>
  
713b4147   troj   Commit Fin de projet
22
23
24
25
26
27
28
  		<form action="exec.php" method="POST">
  			<div class="play_dd">
  				<input type="submit" name="button" value="Activate HDD">
  			</div>
  		</form>
  
  		<form action="exec.php" method="POST">
35887fe7   troj   Commit rasp
29
30
31
32
  			<div class="live">
  				<input type="submit" name="live" value="Play in live with computer input">
  			</div>
  		</form>
713b4147   troj   Commit Fin de projet
33
34
35
36
37
38
39
40
  
  		<form action="exec.php" method="POST">
  			<div class="modem">
  				<input type="submit" name="modem" value="Activate Modem">
  			</div>
  		</form>
  		</div>
  
35887fe7   troj   Commit rasp
41
42
  	</body>
  </html>