diff src/main/webapp/tags/index.html @ 30:05b631a084d0

tag viewer html
author dwinter
date Tue, 25 Sep 2012 16:08:11 +0200
parents
children 9f653697437e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/tags/index.html	Tue Sep 25 16:08:11 2012 +0200
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Browser By Tags</title>
+<script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
+<script type="text/javascript" src="./js/tag.js"></script>
+<link rel="stylesheet" type="text/css" href="./css/tag.css"/>
+</head>
+<body>
+<h2>Tags</h2>
+<div id="viewer">
+<div id="tagList"></div>
+<div id="annotations"></div>
+</div>
+</body>
+</html>
\ No newline at end of file