diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/home/test.html	Tue Mar 10 14:50:41 2015 +0100
@@ -0,0 +1,17 @@
+<!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>
\ No newline at end of file