forked from marquez.juan/clase-10-ejercicios-de-repaso
Agrega README con consignas y estructura de carpetas
This commit is contained in:
14
ejercicio5/index.html
Normal file
14
ejercicio5/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Ejercicio 5</title>
|
||||
<link rel="stylesheet" href="estilo.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ejercicio 5</h1>
|
||||
|
||||
<script src="ejercicio5.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user