Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lenincompres committed Nov 24, 2024
1 parent fbf33df commit d5859f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5502
"liveServer.settings.port": 5503
}
2 changes: 1 addition & 1 deletion hermanastra/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="../DOM.js"></script>
<script src="../lib/DOM.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9S3H2NXER5"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion las12piezascortas/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="../DOM.js"></script>
<script src="../lib/DOM.js"></script>
</head>
<body>
<script src="main.js" type="module"></script>
Expand Down

0 comments on commit d5859f9

Please sign in to comment.