aboutsummaryrefslogtreecommitdiffstats
path: root/umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html
blob: ffffc2f9aa9114b462a191aabba2ac22bf5abf26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>openotopo</title>

<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

<link rel="stylesheet" type="text/css" href="./css/main.css">
<script type="text/javascript" src="../component/thirdparty/jquery/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="../component/openotopo/openotopo.min.js"></script>
<script type="text/javascript" src="./js/topoTool.js"></script>
<script type="text/javascript" src="./js/topoDialog.js"></script>
<script type="text/javascript" src="./js/serviceTopology.js"></script>


</head>
<body>
	<div id="container">
		<div id="NS"></div>
	</div>
</body>
</html>