Spaces:
Sleeping
Sleeping
Commit
·
2fb8c6c
1
Parent(s):
f520126
Update templates/escuchar_admision.html
Browse files
templates/escuchar_admision.html
CHANGED
@@ -68,17 +68,13 @@
|
|
68 |
</head>
|
69 |
<body>
|
70 |
<div class="login22">
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: dimgray; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
|
75 |
-
<div class="container">
|
76 |
-
<script>
|
77 |
function retroceder() {
|
78 |
history.back();
|
79 |
}
|
80 |
</script>
|
81 |
-
<div class="container">
|
82 |
<div class="element">
|
83 |
<img class="img2" src="{{ user_image7 }}" alt="Atrás" onclick="retroceder()" style="cursor: pointer;">
|
84 |
</div>
|
@@ -89,7 +85,7 @@
|
|
89 |
<img class="img2" src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'" style="cursor: pointer;">
|
90 |
</div>
|
91 |
</div>
|
92 |
-
|
93 |
</h2>
|
94 |
</div>
|
95 |
<form action="{{url_for('escuchar_admision1')}}" method="post">
|
|
|
68 |
</head>
|
69 |
<body>
|
70 |
<div class="login22">
|
71 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: gray; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
|
72 |
+
<div class="container">
|
73 |
+
<script>
|
|
|
|
|
|
|
74 |
function retroceder() {
|
75 |
history.back();
|
76 |
}
|
77 |
</script>
|
|
|
78 |
<div class="element">
|
79 |
<img class="img2" src="{{ user_image7 }}" alt="Atrás" onclick="retroceder()" style="cursor: pointer;">
|
80 |
</div>
|
|
|
85 |
<img class="img2" src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'" style="cursor: pointer;">
|
86 |
</div>
|
87 |
</div>
|
88 |
+
|
89 |
</h2>
|
90 |
</div>
|
91 |
<form action="{{url_for('escuchar_admision1')}}" method="post">
|