Skip to content

Commit 7052138

Browse files
authored
fix: add viewport meta tag
1 parent a4a3b55 commit 7052138

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

static/index.html

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="es">
3-
<head>
4-
<meta charset="utf-8" />
5-
<title>Rust Venezuela</title>
6-
</head>
7-
<body>
8-
<script src="/website.js"></script>
9-
</body>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Rust Venezuela</title>
8+
</head>
9+
<body>
10+
<script src="/website.js"></script>
11+
</body>
1012
</html>

0 commit comments

Comments
 (0)