diff options
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.html | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index ffffc2f9..00000000 --- a/umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html +++ /dev/null @@ -1,24 +0,0 @@ -<!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>
|