如何将PHP文件连接到GitHub页面(不同的存储库)?

时间:2019-08-13 08:07:31

标签: php html github github-pages

我有一个github页面,其中有一个“ a”标签()。当用户单击它时,我希望他们被重定向到另一个存储库中的php页面。我应该在“ href”中输入哪个路径?

在本地可行

<a href="http://localhost/index1.php"
onclick="window.open(this.href); return false">Use the online tool.</a>

1 个答案:

答案 0 :(得分:0)

GitHub gh-pages将不执行PHP代码。它目前仅处理静态内容。