-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.11 KB
/
index.html
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
<!DOCTYPE html>
<html style="background-image: url(wallpapers/wallpaper.jpg);">
<head>
<link href="CrearRed/CSS/estilo.css" rel="stylesheet">
<title>
Pagina principal
</title>
<meta charset="utf-8"/>
</link>
</head>
<body>
<div id="formu">
<h1 style="text-align: center">
¿Qué deseas hacer?
</h1>
<h3 style="text-align: center">
<a href="CrearRed/">
Crear red
</a>
</h3>
<h3 style="text-align: center">
<a href="DibujarRed/">
Dibujar red
</a>
</h3>
<h3 style="text-align: center">
<a href="Netmiko/">
Enviar comandos (Netmiko)
</a>
</h3>
<h3 style="text-align: center">
<a href="GraficasNetflow/">
Netflow graficas
</a>
</h3>
</div>
</body>
</html>