网站没有更改浏览器标签?

时间:2017-11-03 08:00:37

标签: html

我正在尝试用html创建我的第一个网站,这是我的代码:

import { browserHistory } from "react-router";

yield browserHistory.push("/"); //put the path of the page you want to navigate to instead of "/"

请帮助

1 个答案:

答案 0 :(得分:-3)

将标题标记放在<head>

<html>
<head>
  <title>website</title>
</head>
<h1>hi.</h1>
</html>

希望有所帮助