Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

kigrig / Andmetootlus-Joe-Andmete-Alusel

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Andmetootlus-Joe-Andmete-Alusel
  • scr
  • html
  • index.html
Find file
BlameHistoryPermalink
  • kigrig's avatar
    Main page upload · c80d854b
    kigrig committed 3 years ago
    c80d854b
index.html 720 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<link type="text/css" rel="stylesheet" href="../css/CSS.css">
	</head>
	<body>
		<h1>Sisetage algsed andmed.</h1>
		<form action="response">
			<p><b>Sisetage jõe või jõgede nimed</b></p>
			<p><input name="nimed"></p>
			<p><b>Sisetage aastade vahemiku(Nt: 1900-2000) või konkreetne aasta</b></p>
			<p><input name="aastad"></p>
			
			<p><b>Valige mida teeme</b></p>
			<p class="radio"><input type="radio" name="answer" value="a1">Näidata vooluhulgad läbi aastade vahemikku<br>
			<p class="radio"><input type="radio" name="answer" value="a2">Näidata läbi ühte aastat<br>
			<p><input type="submit" value="Submit"></p>
			
		</form>
	</body>
</html>