diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-26 11:25:29 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-11-26 16:19:26 +0200 |
commit | 2735ea8a2aef55ebb0a48b50d9a0e36cf3f63b94 (patch) | |
tree | eec3f232637faf06c83391c47f4f88effdcbe7e4 /3rd_party/static/testapi-ui/index.html | |
parent | f62c0dd0a33b444505ad0c1bdaddc5e0a86a11a6 (diff) |
Update tox to run htmllint and csslint
JIRA: DOVETAIL-753
This patch adds a new tox environment to run htmllint and csslint.
Furthermore, it fixes any leftover html and css errors.
Change-Id: Ie3fda8d89b3d52851debe1a4271ffd0ac8fbee68
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/index.html')
-rw-r--r-- | 3rd_party/static/testapi-ui/index.html | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/3rd_party/static/testapi-ui/index.html b/3rd_party/static/testapi-ui/index.html index 22a2525..f42166a 100644 --- a/3rd_party/static/testapi-ui/index.html +++ b/3rd_party/static/testapi-ui/index.html @@ -1,18 +1,18 @@ <!DOCTYPE html> <!-- - Copyright (c) 2015 IBM Corp. + Copyright (c) 2015 IBM Corp. - Licensed under the Apache License, Version 2.0 (the "License"); you may - not use this file except in compliance with the License. You may obtain - a copy of the License at + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - License for the specific language governing permissions and limitations - under the License. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. --> <html id="ng-app"> <head> @@ -21,22 +21,22 @@ <meta name="viewport" content="width=device-width"> <title>OVP</title> - <link rel="icon" type="image/png" href="testapi-ui/favicon.ico" sizes="16x16" /> - <link rel="icon" type="image/png" href="testapi-ui/favicon.ico" sizes="32x32" /> + <link rel="icon" type="image/png" href="testapi-ui/favicon.ico" sizes="16x16"> + <link rel="icon" type="image/png" href="testapi-ui/favicon.ico" sizes="32x32"> <!-- CSS Libraries --> - <link rel="stylesheet" href="testapi-ui/node_modules/bootstrap/dist/css/bootstrap.min.css" /> - <link rel="stylesheet" href="testapi-ui/node_modules/angular-busy/dist/angular-busy.min.css" /> - <link rel="stylesheet" href="testapi-ui/node_modules/ng-dialog/css/ngDialog.min.css" /> - <link rel="stylesheet" href="testapi-ui/node_modules/ng-dialog/css/ngDialog-theme-default.min.css" /> - <link rel="stylesheet" href="testapi-ui/node_modules/angular-xeditable/dist/css/xeditable.min.css" /> + <link rel="stylesheet" href="testapi-ui/node_modules/bootstrap/dist/css/bootstrap.min.css"> + <link rel="stylesheet" href="testapi-ui/node_modules/angular-busy/dist/angular-busy.min.css"> + <link rel="stylesheet" href="testapi-ui/node_modules/ng-dialog/css/ngDialog.min.css"> + <link rel="stylesheet" href="testapi-ui/node_modules/ng-dialog/css/ngDialog-theme-default.min.css"> + <link rel="stylesheet" href="testapi-ui/node_modules/angular-xeditable/dist/css/xeditable.min.css"> <!-- CSS Internal Code --> - <link rel="stylesheet" href="testapi-ui/assets/css/cvp-style.css" /> - <link rel="stylesheet" href="testapi-ui/assets/css/ascend.css" /> - <link rel="stylesheet" href="testapi-ui/assets/css/index.css" /> - <link rel="stylesheet" href="testapi-ui/assets/css/header.css" /> - <link rel="stylesheet" href="testapi-ui/assets/css/home/home.css" /> + <link rel="stylesheet" href="testapi-ui/assets/css/cvp-style.css"> + <link rel="stylesheet" href="testapi-ui/assets/css/ascend.css"> + <link rel="stylesheet" href="testapi-ui/assets/css/index.css"> + <link rel="stylesheet" href="testapi-ui/assets/css/header.css"> + <link rel="stylesheet" href="testapi-ui/assets/css/home/home.css"> <!-- JS Libraries --> <script src="testapi-ui/node_modules/jquery/dist/jquery.min.js"></script> |