summaryrefslogtreecommitdiffstats
path: root/umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html
diff options
context:
space:
mode:
Diffstat (limited to 'umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html')
-rw-r--r--umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html b/umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html
new file mode 100644
index 00000000..ffffc2f9
--- /dev/null
+++ b/umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html
@@ -0,0 +1,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>