Blame view

index.html 827 Bytes
35887fe7   troj   Commit rasp
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
29
30
  <!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>