无备案 隐性转发url 通过github 新建html 转发到自己博客

教程也是看回来的 实操了一下 可行.

<html> 
 <head> 
 <meta http-equiv="Content-Language" content="zh-CN"> 
 <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> 
 <title>这个是网页的名称,需改动</title> 
 </head> 
 <frameset framespacing="0" border="0" rows="0" frameborder="0"> 
 <frame name="main" src="这里写你要转发的网址" scrolling="auto" noresize> 
 </frameset> 
 </html>

前面的基础步骤就不说了,你都弄出来转发了,加个隐性就不细说了…
有时间再写
新建一个index.html 放在自己的github仓库
代码就是上面的 不要照抄 要改动.

试试 www.liaoyikai.com 你会看到效果的

猜你喜欢

转载自blog.csdn.net/weixin_44071851/article/details/86153148