-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspanish.html
More file actions
60 lines (58 loc) · 1.96 KB
/
spanish.html
File metadata and controls
60 lines (58 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<title>ComoSe EscribeComputadoras.com</title>
<link rel="shortcut icon" href="icon.png" type="image/x-icon" />
<style>
body {
background-color: #C1CEF5;
}
.header {
background-color: lightblue;
color: black;
height: 100px;
font-size: 36pt;
text-align: center;
font-family: Tahoma;
}
.welcome {
background-color: gray;
color: white;
text-align: center;
font-size: 16pt;
font-family: Tahoma;
height: 40px;
margin: 0px;
}
.normal {
font-family: Tahoma;
float: left;
}
</style>
</head>
<body>
<div class="header">
<p>Cómo se escribe</p>
</div>
<div>
<p class="welcome">
¡El lugar para conseguir cosas geniales!
</p>
</div>
<div class="normal">
<a href="index.html">Engilsh</a>
<a href="spanish.html">Spanish</a>
<p>¡Bienvenido al lugar llamado hogar!</p> <img src="computer.jpg">
<p>Aquí hay algunos enlaces:</p>
<a href="https://www.youtube.com">Youtube</a>
<br>
<a href="https://hackertyper.net/">Simulador de piratas informáticos</a> <br>
<a href="https://www.mapcrunch.com/">MapCrunch</a> <br>
<a href="https://radiooooo.com/">Máquina del tiempo musical</a> <br>
<a href="https://archive.org/web/">Máquina de regreso</a> <br>
<p>-------------------------------------------</p>
<p>Enlaces desde este sitio web:</p>
<a href="todo.html">Lista de quehaceres</a>
</div>
</body>
</html>