diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..e69de29b diff --git a/src/25.png b/src/25.png new file mode 100644 index 00000000..ed7d6e88 Binary files /dev/null and b/src/25.png differ diff --git a/src/background.jpeg b/src/background.jpeg new file mode 100644 index 00000000..cd86f1a7 Binary files /dev/null and b/src/background.jpeg differ diff --git a/src/card.png b/src/card.png new file mode 100644 index 00000000..3445446a Binary files /dev/null and b/src/card.png differ diff --git a/src/data.js b/src/data.js index 6291453d..dca28fbc 100644 --- a/src/data.js +++ b/src/data.js @@ -1,4 +1,6 @@ // estas funciones son de ejemplo +Layout + export const example = () => { return 'example'; @@ -7,3 +9,5 @@ export const example = () => { export const anotherExample = () => { return 'OMG'; }; + +main diff --git a/src/index.html b/src/index.html index 5aef81f0..2f113abc 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,38 @@
- +
+
+