2017-11-12 14 views
0

私はちょうど学習を始めたWeb開発の初心者です! 私は最初のポートフォリオを完成した後、"www.000webhost.com"でホストしてみましたが、すべてうまくいきましたが、タイトルとfaviconは全く表示されていません。 しかし、私のブラウザでindex.htmlを起動するとうまくいきます!あなたの助けのためのホストした後、私のウェブサイトのタイトルがTABに表示されていませんか?

<head> 
    <title>E-Sabri | Welcome</title> 
     <meta charset="utf-8"> 
     <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
     <link rel="icon" href="img/l.ico"> 
     <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'> 
     <link href="https://fonts.googleapis.com/css?family=Barlow+Condensed" rel="stylesheet"> 
     <link rel="stylesheet" href="bower_components/aos/dist/aos.css" /> 
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> 
     <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css'> 
     <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet"> 
     <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet"> 
     <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/simplebar.css" /> 
     <script src="https://unpkg.com/[email protected]/dist/simplebar.js"></script> 
     <link rel="stylesheet" href="css/bootstrap.min.css"> 
     <link rel="stylesheet" href="css/style.css"> 
     <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> 
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> 
     <script src="https://a2.muscache.com/airbnb/static/libs_jquery_2x-4c61948b1a5fa686ed70f7b9bf4a18c9.js" type="text/javascript"></script> 
     <script src="https://use.typekit.net/iun0wqe.js"></script> 
     <script>try{Typekit.load({ async: true });}catch(e){}</script> 
     <script src="css/jquery.mCustomScrollbar.concat.min.js"></script> 
     <link rel="stylesheet" href="css/jquery.mCustomScrollbar.js" /> 
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> 
     <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> 
     <link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet"> 
     <link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed" rel="stylesheet"> 
     <link href="https://fonts.googleapis.com/css?family=Vollkorn+SC" rel="stylesheet"> 
     <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script> 

</head> 

私はあなたの答えを楽しみにしているおかげ: は、ここでは先頭コードです! ウェブサイトのURLは次のとおりです。www.Esabri.tk(TKドメインなど)

+0

私の投稿を編集したのは忘れました! URLは** www.eSabri.tk ** –

+2

です。http://www.esabri.tkはフレームセットです。サイトの実際のコンテンツはhttp://esabri.000webhostapp.com/にあり、ブラウザにそのコンテンツを読み込むと、あなたのタイトルが表示されます。私は、別の無料のホスティングサイトを見つけること以外に、解決策があるかどうかはわかりません。 –

+0

ありがとうございます!今働いている!と私はさらに明確に見る!あなたは他の無料のホスティングサイトを知っていますか? –

答えて

0

TLDサービスはあなたがいる

短縮URLの二つの方法、

  • リダイレクト
  • iFrameを提供しますiFrameメソッドを使用して、URL設定で「リダイレクト」に変更します。

+0

こんにちは、あなたの返信のおかげで、私はリダイレクトとその作業に変更しましたが、私は** www.esabri.tk **を開いたときに** URLにhttp://esabri.000webhostapp.com/**が表示されますそれを変える方法は? –

0

を超える試みた後、私は自分のドメインを駐車しないように決めた上ではなくPOINT IT を解決し、それはとてもうまくいきました!お返事いただき、ありがとうございます。

関連する問題