Skip to content

Commit 1d588b1

Browse files
authored
Adds meta tag for charset
1 parent 39eeaa8 commit 1d588b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static/calculator.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<head>
55
<title>Calculator</title>
66
<link rel="stylesheet" href="./calculator.css">
7+
<meta charset="UTF-8">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
710
</head>
811

912
<body>
@@ -45,4 +48,4 @@
4548
<script src="./calculator.js"></script>
4649
</body>
4750

48-
</html>
51+
</html>

0 commit comments

Comments
 (0)