-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
67 lines (38 loc) · 1.64 KB
/
Copy pathindex.php
File metadata and controls
67 lines (38 loc) · 1.64 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Inicio</title>
<link rel="icon" type="image/ico" href="img/icono.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Otomanopee+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style1.css">
</head>
<body>
<!--<div class="loader-page"></div>-->
<div class="contenedor">
<h2>ESCUELA POLITÉCNICA NACIONAL </h2>
<h2>Proyecto primer bimestre - Newton Multivariable </h2>
<h2>Métodos Numéricos</h2>
</header>
<section class="contenido">
<form class="formulario"action="indexForm.php" method="post">
<fieldset>
<legend style="text-align: center;">INGRESO DE DATOS:</legend>
<div class="recuadro">
<label for="num">Ingrese el numero de variables de la función f:</label>
<input type="text" class="cuadro" name="num" id="num" placeholder="Por ejemplo: 1" value="1"
step="0.0000001" />
</div>
<input class="boton" type="submit" value="Enviar" name="btnA" >
</fieldset>
</form>
</section>
</div>
</body>
</html>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script>
}