diff --git a/gatitos.html/Clouds.mp4 b/gatitos.html/Clouds.mp4
new file mode 100644
index 0000000..acafb9d
Binary files /dev/null and b/gatitos.html/Clouds.mp4 differ
diff --git a/gatitos.html/Grass.mp4 b/gatitos.html/Grass.mp4
new file mode 100644
index 0000000..3784aaf
Binary files /dev/null and b/gatitos.html/Grass.mp4 differ
diff --git a/gatitos.html/Little Kitten Playing His Toy Mouse.mp4 b/gatitos.html/Little Kitten Playing His Toy Mouse.mp4
new file mode 100644
index 0000000..7b707cc
Binary files /dev/null and b/gatitos.html/Little Kitten Playing His Toy Mouse.mp4 differ
diff --git a/gatitos.html/easy-lifestyle.mp3 b/gatitos.html/easy-lifestyle.mp3
new file mode 100644
index 0000000..27d0572
Binary files /dev/null and b/gatitos.html/easy-lifestyle.mp3 differ
diff --git a/gatitos.html/gatitos.html.html b/gatitos.html/gatitos.html.html
new file mode 100644
index 0000000..95fc455
--- /dev/null
+++ b/gatitos.html/gatitos.html.html
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+ Document
+
+
+
for cat lovers
+
+
+
sleeping cats
+
+
+
"A cat can be the best friend of the human being."
+
+
+
"Cat"
+
+
+
+
+
"easy-lifestyle"
+
+
+
+ visite nuestra pagina index html
+
+
+
+
+
\ No newline at end of file
diff --git a/gatitos.html/gato1.jpeg b/gatitos.html/gato1.jpeg
new file mode 100644
index 0000000..34d2227
Binary files /dev/null and b/gatitos.html/gato1.jpeg differ
diff --git a/gatitos.html/gato2.webp b/gatitos.html/gato2.webp
new file mode 100644
index 0000000..3631e32
Binary files /dev/null and b/gatitos.html/gato2.webp differ
diff --git a/gatitos.html/index.html b/gatitos.html/index.html
new file mode 100644
index 0000000..6a8698a
--- /dev/null
+++ b/gatitos.html/index.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
"A ride with the motorcycle between nature and calm, listening to music that raises your adrenaline"
+
+
+
"Nature and calm"
+
+
+
+
+
"music title:RISK"
+
+ visite nuestra pagina gatitos HTML
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gatitos.html/main-title-risk-136788-license.txt b/gatitos.html/main-title-risk-136788-license.txt
new file mode 100644
index 0000000..9c64b8b
--- /dev/null
+++ b/gatitos.html/main-title-risk-136788-license.txt
@@ -0,0 +1,32 @@
+PIXABAY LICENSE CERTIFICATE
+==============================================
+
+This document confirms the download of an audio file pursuant to the Pixabay License as defined in the Pixabay Terms of Service available at https://https://pixabay.com/service/terms/
+
+Licensor's Username:
+https://pixabay.com/users/studiokolomna-2073170/
+
+Licensee:
+u_4wsu7yjukv
+
+Audio File Title:
+Risk
+
+Audio File URL:
+https://pixabay.com/music/main-title-risk-136788/
+
+Audio File ID:
+136788
+
+Date of download:
+2023-02-13 08:20:27 UTC
+
+Pixabay GmbH c/o Lacore Rechtsanwälte LLP
+Berliner Freiheit 2, 10785 Berlin, Germany
+
+Pixabay is a user-contributed stock content website. The above-named Licensor is responsible for this audio file. Pixabay monitors uploaded audio files only to a reasonable extent. Pixabay cannot be held responsible for the acts or omissions of its users and does not represent or warrant that any required third-party consents or licenses have been obtained.
+
+For any queries related to this document please contact Pixabay via info@pixabay.com.
+
+
+==== THIS IS NOT A TAX RECEIPT OR INVOICE ====
\ No newline at end of file
diff --git a/gatitos.html/motorbik.jpg b/gatitos.html/motorbik.jpg
new file mode 100644
index 0000000..9f78835
Binary files /dev/null and b/gatitos.html/motorbik.jpg differ
diff --git a/gatitos.html/perro.jpeg b/gatitos.html/perro.jpeg
new file mode 100644
index 0000000..8d28e09
Binary files /dev/null and b/gatitos.html/perro.jpeg differ
diff --git a/gatitos.html/risk-136788.mp3 b/gatitos.html/risk-136788.mp3
new file mode 100644
index 0000000..58a6c7e
Binary files /dev/null and b/gatitos.html/risk-136788.mp3 differ
diff --git a/gatitos.html/style.css b/gatitos.html/style.css
new file mode 100644
index 0000000..1f05f29
--- /dev/null
+++ b/gatitos.html/style.css
@@ -0,0 +1,65 @@
+h1{
+ color: blue;
+
+
+}
+
+h2{
+ color: blueviolet;
+ text-align: center;
+ font-family: Arial, Helvetica, sans-serif;
+
+
+}
+
+
+body{
+
+ background-color:aqua
+
+}
+
+div{
+ position:static
+
+
+
+}
+
+img{
+ border-radius: 8px;
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+
+
+
+}
+
+video{
+ width: 100%;
+ height: auto;
+}
+
+audio{
+ width: 100%;
+}
+h3{
+ text-align: center;
+ color: blueviolet;
+ font-family:Arial, Helvetica, sans-serif;
+
+}
+
+h1{
+ text-align: center;
+ color: blueviolet;
+ font-family: Arial, Helvetica, sans-serif;
+}
+p{
+ text-align: center;
+ color: blueviolet;
+ font-family: Arial, Helvetica, sans-serif;
+ text-size-adjust:calc(50%);
+}
\ No newline at end of file