1. 程式人生 > >無備案 隱性轉發url 通過github 新建html 轉發到自己部落格

無備案 隱性轉發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 你會看到效果的