Skip to content

Commit

Permalink
add product app.3 components and modified errors app.2 b00tc4mp#45
Browse files Browse the repository at this point in the history
  • Loading branch information
BertaAsensio committed Feb 12, 2025
1 parent 12f6399 commit 9c412d6
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 1 deletion.
2 changes: 1 addition & 1 deletion staff/berta-asensio/product/app.2/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ register.mount = function () {
var spaceBetweenButton = document.createTextNode(' ')
form.appendChild(spaceBetweenButton)


//register button

var button = document.createElement('button')
Expand Down Expand Up @@ -259,7 +260,6 @@ login.mount = function () {
}



// HOMEPAGE

var home = new Component(document.createElement('div'))
Expand Down
11 changes: 11 additions & 0 deletions staff/berta-asensio/product/app.3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet">
</head>

<body>
<script src="main.js"></script>
</body>

</html>
Loading

0 comments on commit 9c412d6

Please sign in to comment.