mirror of
https://github.com/aleleba/curso-basico-kubernetes.git
synced 2025-07-22 21:58:13 -06:00
Clase 1
Ejercicio
public-html
index.html
Dockerfile
img
README.md
Clase 2
Clase 3
Clase 4
Clase 5
Clase 6
img
LICENSE
README.md
12 lines
290 B
HTML
12 lines
290 B
HTML
<!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>Prueba</title>
|
|
</head>
|
|
<body>
|
|
<h1>Esta es una prueba de Docker</h1>
|
|
</body>
|
|
</html> |