Adding <meta charset="utf-8"> to relevant files
This commit is contained in:
parent
4c4cd05eb1
commit
b2a4f349eb
5 changed files with 8 additions and 4 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
?>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>COPS Configuration Check</title>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion(getCurrentCss ()) ?>" media="screen" />
|
||||
|
@ -189,4 +190,4 @@ Please check
|
|||
<footer></footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue