1
0
forked from MTSR/mapserver
mapserver/static/test.html
NatureFreshMilk f44b34c6b6 cleanup
2020-02-14 09:45:45 +01:00

15 lines
411 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="theme-color" content="#000">
<title>3D View test</title>
</head>
<body>
<script src="js/lib/mithril.min.js"></script>
<script src="js/lib/three.min.js"></script>
<script src="js/lib/TrackballControls.js"></script>
<script src="js/test.js"></script>
</body>
</html>