view src/main/webapp/home/test.html @ 0:7682c04c63a8

First commit of the source code!
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Tue, 10 Mar 2015 14:50:41 +0100
parents
children
line wrap: on
line source

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
		<script type="text/javascript" src="http://localhost:8080/gazetteer-server/resources/js/jquery.steps.js"></script>

		
	</head>
	
	 <body>
		<script>
            $("#wizard").steps();
		</script>
		<div id="wizard"></div>
    </body>
</html>