Inserção de Doctype
This commit is contained in:
parent
b0b559fa47
commit
d44626e9b5
15
index.html
15
index.html
@ -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…
Reference in New Issue
Block a user