【发布时间】:2018-01-10 19:32:45
【问题描述】:
【问题讨论】:
-
我投票决定将此问题作为题外话结束,因为问题与编程无关
标签: yourls
【问题讨论】:
标签: yourls
您需要构建一个位于 yourls 顶级目录中的 index.php 文件。如何使用 html 进行重定向的一个简单示例是。
<html>
<head>
<title>Your Site Title</title>
<script>
window.location.replace("https://www.yourwebsite.com");
</script>
</head>
<body>
<h2>If you are not automatically redirected in 5 seconds, <a href="https://www.yourwebsite.com" target="_self">Click Here</h2></a>
</body>
</html>
【讨论】: