diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,9 @@  		<main>  			<div id="foodshift">  				<form method="GET" class="float-block"> -					<label for="index">Opettaja / kurssi:</label> +					<label for="index">Opettaja/kurssi/luokka:</label>  					<br> -					<input type="text" name="index" placeholder="sahe // ÄI1.2"> +					<input type="text" name="index" placeholder="sahe // ÄI1.2 // B203">  					<br>  					<label for="day">Päivä:</label>  					<br> @@ -38,7 +38,7 @@  				<br>  				<div id="shift-result" class="float-block"> -					<h2>\(foodshift-header\)</h2> +					<h2>\(index-type\) \(shift-header\) ruokailuvuoro \(day\):</h2>  					<p>\(shift\)</p>  				</div>  			</div>  | 
