add charset to html pages

This commit is contained in:
Andrea Franz 2020-02-27 12:31:40 +01:00
parent c390b06dd2
commit c8350fd1ab
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Keycard POS</title>
<!-- Sets initial viewport load and disables zooming -->

View File

@ -1,5 +1,6 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Keycard Simple Wallet</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
</head>

View File

@ -1,5 +1,6 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Keycard Wallet</title>
<!-- Sets initial viewport load and disables zooming -->