diff options
author | j180240 <jiaxiangli@huawei.com> | 2016-09-13 15:37:48 +0800 |
---|---|---|
committer | j180240 <jiaxiangli@huawei.com> | 2016-09-13 15:37:48 +0800 |
commit | 9230369a383b8bdd4b51940c69000a4fbc4aa6b1 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html | |
parent | d0cd8bdedcb2809d51ff960af8e8a39aed732fe9 (diff) |
clear the old code.
Change-Id: I6e3116979251f69e728f2a20006421948e1c4b35
Signed-off-by: j180240 <jiaxiangli@huawei.com>
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>
|