Closing link tag is redundant (#7176)

This commit is contained in:
JounQin
2018-02-02 23:56:10 +08:00
committed by k8s-ci-robot
parent 5eec3bca82
commit 38e05a2f94
+1 -1
View File
@@ -18,7 +18,7 @@ limitations under the License.
<head>
<script src="angular.min.js"></script>
<script src="script.js"></script>
<link rel="stylesheet" href="style.css"></link>
<link rel="stylesheet" href="style.css">
</head>
<body ng-controller="ButtonsCtrl">
<div ng-repeat="server in servers" class="pod">