-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 930 Bytes
/
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 lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="./scriptDev.js"></script>
<title>LancastEncrip</title>
</head>
<body>
<header>
<h1>
¡Hola!
</h1>
<p>¡Bienvenido!<br>
Estas en LAnCast</p>
<div>
<a href="./page/canvas.html">Vamos a dibujar</a>
<a href="encriptador/index.html">Encriptador</a>
<a href="page/lancastEncrip.html">LancastEncrip</a>
</div>
<div>
<p>Aqui podras encontrar algunos proyectos en los que estoy trabajando</p>
</div>
</header>
<footer>
<div>
<p>Aqui va el footer</p>
</div>
</footer>
</body>
</html>