Skip to content

Commit

Permalink
Javascript en Html
Browse files Browse the repository at this point in the history
  • Loading branch information
FROSTYLAN committed Aug 29, 2022
1 parent 5d9d0d0 commit 6924a9e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 04-JavascriptPráctico/index.html
@@ -0,0 +1,16 @@
<!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>Manipulación del DOM básica</title>
</head>
<body>
<h1>Manipulación del DOM básica</h1>

<p>Esto es un párrafo</p>

<script src="index.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions 04-JavascriptPráctico/index.js
@@ -0,0 +1 @@
console.log("Hola mundo");

0 comments on commit 6924a9e

Please sign in to comment.