Revision 485ee6a6925fd8412c6bc3325e43eb8b743512d7 authored by matmax on 16 January 2014, 13:34:02 UTC, committed by matmax on 16 January 2014, 13:34:02 UTC
1 parent dacc9fa
Raw File
index.html
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>F-GPLOM</title>
	<link rel="stylesheet" type="text/css" href="css/main.css"/>
	<script type='text/javascript' src='js/d3.v3.min.js'></script>
	<script type='text/javascript' src='js/gplom.js'></script>
</head>

<body onload="interfaceInit()">
	
	<div id="jsOut" style="display: none"></div>
	
	<div id="vizWrapper">
		<svg id="viz" xmlns="http://www.w3.org/2000/svg"></svg>
	</div>
	<ul id="filter"></ul>
	<div id="varSelection">
		<span class="helperSpanToAlignImageVertically"></span>+
		<ul id="varSelectionUL"></ul>
	</div>
	
</body>
</html>
back to top