Skip to content

Commit e8dafd4

Browse files
authored
Update index.html
1 parent db088e7 commit e8dafd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Calculadora Básica</title>
6+
<title>Basic Calculator</title>
77
<link rel="stylesheet" href="./main.css">
88
</head>
99
<body>
@@ -48,4 +48,4 @@ <h3>Result</h3>
4848

4949
<script src="./main.js"></script>
5050
</body>
51-
</html>
51+
</html>

0 commit comments

Comments
 (0)