Agrega README con consignas y estructura de carpetas
This commit is contained in:
1
ejercicio4/ejercicio4.js
Normal file
1
ejercicio4/ejercicio4.js
Normal file
@@ -0,0 +1 @@
|
||||
// Agregar aquí el código javascript
|
||||
2
ejercicio4/estilo.css
Normal file
2
ejercicio4/estilo.css
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Agregar el código CSS necesario para el ejercicio */
|
||||
|
||||
14
ejercicio4/index.html
Normal file
14
ejercicio4/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 4</title>
|
||||
<link rel="stylesheet" href="estilo.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ejercicio 4</h1>
|
||||
|
||||
<script src="ejercicio4.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user