Skip to content

Commit

Permalink
修复链接
Browse files Browse the repository at this point in the history
  • Loading branch information
yhf7952 authored Apr 4, 2018
1 parent a77e81d commit 0017644
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions video.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>
<body>
<header class="ui-header ui-header-positive ui-border-b">
<i class="ui-icon-return" onclick="history.back()"></i><a href="91.php" style="position: absolute;left: 20px;">&nbsp;&nbsp;&nbsp;&nbsp;列表页</a><h1>视频详情</h1><button onclick="window.location.href='index.php';" class="ui-btn">回首页</button>
<i class="ui-icon-return" onclick="history.back()"></i><a href="list.php" style="position: absolute;left: 20px;">&nbsp;&nbsp;&nbsp;&nbsp;列表页</a><h1>视频详情</h1><button onclick="window.location.href='index.php';" class="ui-btn">回首页</button>
</header>

<section class="ui-container">
Expand Down Expand Up @@ -61,22 +61,3 @@
</script>
</body>
</html>



















0 comments on commit 0017644

Please sign in to comment.