Inserção de Doctype

pull/11/head
tammyvitorino 3 years ago
parent b0b559fa47
commit d44626e9b5

@ -1,3 +1,14 @@
<h1>Hello World!</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git Testes Tamara</title>
</head>
<body>
</html><h1>Hello World!</h1>
<p>This is a simple static website being served from Nginx running inside a Docker container!</p>
<p>This is a simple static website being served from Nginx running inside a Docker container!</p>
</body>

Loading…
Cancel
Save