Public: Add charset parameter to avatar.svg and index.css links
This commit is contained in:
parent
0d76b1c615
commit
c3c19227ef
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="icon" href="avatar.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="style/index.css" type="text/css">
|
||||
<link rel="icon" href="avatar.svg" type="image/svg+xml;charset=UTF-8">
|
||||
<link rel="stylesheet" href="style/index.css" type="text/css;charset=UTF-8">
|
||||
<title>nwex.de</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue