-
Glenn Vorhes authoredGlenn Vorhes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
here.html 636 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="_css/all-ol-style.css">
<link rel="stylesheet" href="http://transportal.cee.wisc.edu/gis/webmaps/static/css/jquery-ui-themes/start/jquery-ui.min.css">
<link rel="stylesheet" href="http://transportal.cee.wisc.edu/gis/webmaps/static/css/glrtoc/glrtoc-opsmap.css">
<style>
#map{
height:400px;
width: 600px;
}
</style>
</head>
<body>
<div id="map">
</div>
<script src="js/my_little_test.js"></script>
<script src="js/another.js"></script>
</body>
</html>