Add meta tags

This commit is contained in:
The Magician 2023-12-02 17:30:07 +00:00
parent 87ff952f8e
commit 7aea05a350
1 changed files with 11 additions and 7 deletions

View File

@ -1,10 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="MobileOptimized" content="320" />
<meta name="HandheldFriendly" content="true" />
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
<title></title> <title></title>
</head> </head>
<body> <body>
<h1>Hello, world</h1> <h1>Hello, world</h1>
</body> </body>
</html> </html>