Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evelin Perez
splash-second
Commits
c52dc24a
Commit
c52dc24a
authored
Jul 09, 2025
by
Evelin Perez
Browse files
First commit
parents
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
103 additions
and
0 deletions
+103
-0
primera.html
primera.html
+103
-0
No files found.
primera.html
0 → 100644
View file @
c52dc24a
<!DOCTYPE html>
<html
lang=
"es"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Pantalla 1
</title>
<style>
body
{
font-family
:
Arial
,
sans-serif
;
background-color
:
#f4f4f4
;
margin
:
0
;
padding
:
0
;
}
.phone
{
width
:
300px
;
height
:
600px
;
background-color
:
#000
;
border-radius
:
20px
;
overflow
:
hidden
;
box-shadow
:
0
4px
8px
rgba
(
0
,
0
,
0
,
0.2
);
}
.phone-header
{
background-color
:
#000
;
color
:
#fff
;
text-align
:
center
;
padding
:
10px
0
;
}
.logo
{
font-size
:
24px
;
color
:
#ffcc00
;
text-transform
:
uppercase
;
font-weight
:
bold
;
}
.subtitle
{
font-size
:
14px
;
color
:
#ccc
;
text-transform
:
uppercase
;
}
.image-container
{
text-align
:
center
;
margin-top
:
70px
;
}
.footer
{
background-color
:
#ffcc00
;
color
:
#000
;
text-align
:
center
;
padding
:
10px
0
;
font-size
:
12px
;
}
.footer
a
{
color
:
#000
;
text-decoration
:
underline
;
}
.button
{
display
:
block
;
padding
:
10px
20px
;
background-color
:
#fff
;
color
:
#000
;
border-radius
:
20px
;
margin
:
20px
auto
;
font-size
:
16px
;
font-weight
:
bold
;
}
</style>
</head>
<body>
<div
class=
"phone"
>
<div
class=
"image-container"
>
<img
src=
"#"
>
</div>
<div
class=
"image-container"
>
<img
src=
"#"
>
</div>
<button
class=
"button"
>
Conectar
</button>
<p
style=
"color: #fff; margin-top: 20px;"
>
<i
class=
"fas fa-phone"
></i>
800 578 2323
<i
class=
"fab fa-twitter"
></i>
beefitelecom.mx
</p>
<div
class=
"image-container"
>
<img
src=
"#"
>
</div>
<div
class=
"footer"
>
Al conectarte aceptas Términos y Condiciones.
<br>
Políticas de Privacidad y Políticas de Buen Uso de BeefiTelecom.
</div>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment