[secure] add no-referrer meta && change title
This commit is contained in:
parent
c485868b76
commit
83eca1f359
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Browser Starter</title>
|
||||
<meta name="referrer" content="no-referrer" />
|
||||
<title>Liberty Hu!</title>
|
||||
<link rel="stylesheet" href="./css/app.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue