Update index.html with language attribute and meta tags

This commit is contained in:
Douglas Barone 2024-03-20 09:25:12 -04:00
parent 8e41a7937d
commit faf2c15593

View File

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exemplo</title>
<style>
body {
background-color: #fcfcfc;