托管后,我的网站标题未显示在TAB中?

时间:2017-11-12 15:02:42

标签: html css web-hosting title favicon

我刚刚开始学习网络开发的新手! 在我完成我的第一个投资组合之后,我尝试在" www.000webhost.com" 中托管它一切正常,但标题和图标根本没有显示。 但在我的浏览器中启动index.html它工作得很好! 这是头部代码:

<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/simplebar@latest/dist/simplebar.css" />
        <script src="https://unpkg.com/simplebar@latest/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>

感谢您的帮助,我期待您的回答! 网站网址为: www.Esabri.tk

2 个答案:

答案 0 :(得分:0)

TLD服务(如TK域)提供了两种缩短网址的方法,

  • 重定向
  • 的iFrame

您正在使用iFrame方法,请在网址设置中将其更改为“重定向”。

答案 1 :(得分:0)

<强>解决 经过一遍又一遍的尝试,我决定不停放我的域名,而是 POINT IT ,它运作得非常好!感谢大家为你的答案度过了美好的一天