我有一个github页面,其中有一个“ a”标签()。当用户单击它时,我希望他们被重定向到另一个存储库中的php页面。我应该在“ href”中输入哪个路径?
在本地可行
<a href="http://localhost/index1.php"
onclick="window.open(this.href); return false">Use the online tool.</a>
答案 0 :(得分:0)
GitHub gh-pages将不执行PHP
代码。它目前仅处理静态内容。