-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex2.html
More file actions
25 lines (25 loc) · 816 Bytes
/
index2.html
File metadata and controls
25 lines (25 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="stylesheets/basicStyle.css">
</head>
<body>
<div class="container">
<div class ="text">
<h1>Supimos que estas embarazada</h1>
<h1>¿Qué quieres hacer?</h1>
</div>
<div class="boton1">
<form action="opcionTenerlo/eleccionPais.html">
<button type="submit">Tenerlo</button>
</form>
</div>
<div class="boton2">
<form action="opcionAborto/eleccionPais.html">
<button type="submit">Abortar</button>
</form>
</div>
</div>
</body>
</html>